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 > Database Server Software > MySQL > Database Path

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-23-04, 18:43
cs_intern cs_intern is offline
Registered User
 
Join Date: Aug 2004
Posts: 2
Database Path

I am making a project using asp. Within the asp code the path to the db is required many a times. Is there a physical file for the whole db. When i tried to use the following path to a database named test it gave me an incorrect path message
mysql\bin\data\test.

What would be the exact path to the database called test and is there a specific database file?
Reply With Quote
  #2 (permalink)  
Old 08-24-04, 00:17
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
The path is only used for file based data storage formats, such as Excel, dBase, and Jet. The path doesn't even make any sense for true client/server database engines like MySQL.

Look more toward the MS-SQL or Oracle examples instead of the Excel or Jet examples as patterns for your MySQL connection string.

-PatP
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On