If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > establish connection to Firebird db

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-15-04, 07:05
marconi8 marconi8 is offline
Registered User
 
Join Date: May 2003
Posts: 50
establish connection to Firebird db

people, have anyone of us using asp vith firebird database ?

i'am using firebird, and firebird odbc drivers from XTG.

in asp file i'am trying to establish connection to firebird db

<%
set conn=Server.CreateObject("ADODB.Connection")
conn.Open "trans2"
%>


trans2 - this is a Created in ODBC DSN

when i open asp file, then i get error, unavailable database
Reply With Quote
  #2 (permalink)  
Old 07-16-04, 04:44
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 07-16-04, 06:20
marconi8 marconi8 is offline
Registered User
 
Join Date: May 2003
Posts: 50
...

i forgot type server name,

this was very stupid question from me, sorry !

localhost:c:\database.gdb
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On