|
-
Jul 17th, 2001, 04:34 AM
#1
Thread Starter
Hyperactive Member
-
Jul 17th, 2001, 01:43 PM
#2
Frenzied Member
You can set it up through ODBC or copy and paste it into Program Files\Common Files\ODBC\Data Sources.
-
Jul 18th, 2001, 02:41 AM
#3
Thread Starter
Hyperactive Member
Setting up a DSN....
Hi!
I know how to setup the actual DSN File through ODBC. The problem is when I try to access it from my code on the ASP page. It only returns errror Data Source not found when I connect to the File DSN the same way as I connect to a System DSN.
I have tried to copy the file to the same catalog as the ASP page is in. From the beginning the file is located in the standard ODBC Data Source catalog.
Any ideas on how to fix this???
/Smirre
Visual Basic
C, C++
Java
Access
SQL Server
MCP, MCSD
-
Jul 20th, 2001, 04:46 AM
#4
try this..
You can try this..
Code:
.Open "FILEDSN=C:\inetpub\wwwroot\yoursite\yourdsn.dsn", "Admin", ""
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|