Does anyone know if it is possible to connect to an ODB database within ASP. You can define an ODBC connection and try to connect to that but I cannot find any examples of the code that needs to be used to do this.
The database has been created in Oracle 8i lite. I have set up an ODBC connection but the code is still a bit of a problem. I have managed to get dreamweaver ultradev to recognize the table and connect to it but I cannot see anywhere in the code the connect string that it uses.
Yes, it depends upon what ole-db provider you are using (I am assuming you are using ado). If you are using the odbc api, then your code would have to know the correct odbc connect string and if you have a dsn, that would have to be configured correctly, such as ip address of the database server, ip port etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.