#12002/2/15 10:23:13
--------------------------------------------------------------------------------
我是声请了asp空间,我不会放asp留言上去,如何???????
You have an ODBC Connection called a DSN that you will need to use to connect to your database.
Here's is your DSN INformation:
DSN Name: iverson76
DSN File Mapped To: D:\inetpub\wwwroot\members\members\i\iverson76\data\mydb.mdb
(PLEASE NOTE: Your DSN is your account name, not the file name!)
Here's an example of how to connect to your DSN in ColdFusion.
[CFQUERY NAME=Anything DATASOURCE=iverson76]
SELECT *
FROM TableName
ORDER BY FieldName
[/CFQUERY]
Replace the [ ] with Greater Than/Less Than Signs
---------------------------------------------------------------------------