optron
Posts: 114
|
| Posted: 09/22/2006, 11:18 AM |
|
I'm wondering if anybody has ever managed to get this couple worked together ?
Clarion can generate web based applications however CCS seems to handle this much better. On the other hand Clarion is an excelent (I would say the most efficient )4D tool to develop robust desktop Apps. Those who are not familiar can check www.softvelocity.com
or nntp://news.softvelocity.com
Arthur
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
peterr
Posts: 5971
|
| Posted: 09/22/2006, 11:35 AM |
|
Try: http://forums.codecharge.com/search.php?s_keyword=clari...22&s_forum[]=25
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Benjamin Krajmalnik
|
| Posted: 09/22/2006, 4:14 PM |
|
Arthur,
I have 2 CCS/ASP programs written which are complemented by 2 Clarion
applications, which complement a CRM packag written in VB.
The key item here is going to be which database engine you are using, more
than the fromt end language.
The above app runs agains SQL server.
I also have php/Clarion apps runing against Postgresql, and in the past had
runing Clarion/PHP/MySQL
If you have nay more specific questions don't hesitate to ask. There may be
some issues accessing the Topspeed ODBC driver - I have never tried it. If
you run under any of the SQL enignes you should be ok.
"aklisiewicz" <aklisiewicz@forum.codecharge> wrote in message
news:2451428dbccd44@news.codecharge.com...
> I'm wondering if anybody has ever managed to get this couple worked
> together ?
>
> Clarion can generate web based applications however CCS seems to handle
> this
> much better. On the other hand Clarion is an excelent (I would say the
> most
> efficient )4D tool to develop robust desktop Apps. Those who are not
> familiar
> can check www.softvelocity.com
> or nntp://news.softvelocity.com
>
> Arthur
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
optron
Posts: 114
|
| Posted: 09/25/2006, 10:47 PM |
|
yes, my question is:
what would you reccoment as dB for CCS+CW (considering MSSQL or MySQL), however I dont work with PHP and my concern is how good/easy is to work with those, any disadvantages... ? So far I worked mostyl with TPS type files, but need to switch over to SQL so can you say which of the two has less/shorter learning curve ? and makes less problems (aspecially for SQL beginner).
Thanks
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
|