A
Anil Gupte
Hi All:
I am looking for general directions on "the right way" to do something,
which is very critical to my application.
I want to communicate with a SQL server database on a Windows Server (in the
future it could be a Linux MYSQL server, but I don't know for sure). My
application is a desktop application and at various times it may need to
communicate with the server to select, update records etc.
Now the question is, should I build ASP pages which perform the queries on
the server and have the desktop application read the pages and parse them?
If so how? Are there any samples (I have done something similar before in
VB 6.0 where I embedded IE in the app and "Screen-scraped").
Or should I communicate with SQL queries directly with the server? If so
how? Again, any tutorials etc online would help.
Thanx,
I am looking for general directions on "the right way" to do something,
which is very critical to my application.
I want to communicate with a SQL server database on a Windows Server (in the
future it could be a Linux MYSQL server, but I don't know for sure). My
application is a desktop application and at various times it may need to
communicate with the server to select, update records etc.
Now the question is, should I build ASP pages which perform the queries on
the server and have the desktop application read the pages and parse them?
If so how? Are there any samples (I have done something similar before in
VB 6.0 where I embedded IE in the app and "Screen-scraped").
Or should I communicate with SQL queries directly with the server? If so
how? Again, any tutorials etc online would help.
Thanx,