Click to See Complete Forum and Search --> : connecting to a web based db server from vc++


meeranat
June 7th, 2004, 07:18 AM
how to connect to a web enabled server from a standalone application like vc++?


please help...

thanx

hspc
June 7th, 2004, 01:28 PM
can you give more details ?
what database do you use ?

check :
http://www.able-consulting.com/ADO_Conn.htm :thumb:
and
http://www.connectionstrings.com

meeranat
June 10th, 2004, 02:17 AM
im using sql
i want too connect to it from a vc++ application...thru www
is it possible...
guess it has somrthin 2 do with the connection string...

can the server portion of the string have a link to the server on the net as its value?

thanx..

hspc
June 10th, 2004, 03:17 AM
you'll need to use the IP address instead of server name to connect to the database.