i have just created a project in vb6 that uses a database to get certain info. Is it possible to put that database online??
do i just changed the location of where the database is being kept?
thanx
alistair
Printable View
i have just created a project in vb6 that uses a database to get certain info. Is it possible to put that database online??
do i just changed the location of where the database is being kept?
thanx
alistair
if its sql server db or oracle this can be done
if its access you have to use ASP
ok thanx for your help !!
i thought you could access a database which you have created and put on the net. and then used the (WINSOCK control to connect to it)??
Or you could create a custom browser using the web browser control and write all of the data access code in ASP pages.
Chris
hi
i have ask my friend to let me put the database i have created 4 my project in vb on to his server.
it supports SQL.....
what code will have have to put in to enable this to work???
plz help