Forum: Database Design Jun 16th, 2005 |
| Replies: 5 Views: 20,051 make up an address, in the US that is. |
Forum: Database Design Jun 16th, 2005 |
| Replies: 7 Views: 3,595 make sure your database connection string is for remote access and not limited to local. |
Forum: Database Design Jun 16th, 2005 |
| Replies: 5 Views: 26,030 I use asp , but this will get you connected to the database from then on its standard sql language (just about )
Set cnDatabase = Server.CreateObject("adodb.connection")
cnDatabase.Open "DBQ=" &... |