Hi.I have an unlimited web space and a domain (they are related to their eaches).But I have a 10 mb web space and a domain too.The problem is that I want to use snitzforums in 10 mb web space but I want to put the database to the host which is unlimited.So I want to communicate with data which is in another host.I couldn't success on writing the needed codes. Can anybody help me ?
It is extremely unlikely that you will be able to do this, pretty much any host worth using would not allow this kind of access to your database unless ofcourse you are using SQL.
Thanks for your interest.So my hosts supports ACCESS, MS SQL ,MySQL connections and can I do something like I told with anykind of connection ?? If I can can u write me the codes ??
No, you won't be able to do it with Access. With MS SQL and MySQL it's easier. You'd just need to specificy the IP for the server connection string and fill in the rest of the data just as you would if the DB was local.
Hi.I am an asp beginner.I am trying to learn more about asp.So I need sample codes for a while for answering peoples questions in the forums.Can anyone write me about this .I have tried but it didn't work.I used those codes...
for sql server; strDBType = "sqlserver" strConnString = "driver={SQL Server};server=http://www.sample.com;uid=server_id;pwd=server_password;database=/db/snitz_forums_2000.mdb" '## MS SQL Server 6.x/7.x/2000 (ODBC connection)
and the folder /db is able to be written and readen.. (didn't work)
If I did sth. wrong can u write the true one?and if ip is needed I think I will ask for it to my host server...?