Hello 

I treid to access an access file using following code

<html><head><title>PHP Test</title></head>
<body>
<?php 


//connect to database 
$connectionstring = odbc_connect("video","",""); 

//disconnect from database 
odbc_close($connectionstring); 

?> 
</body></html>


I gives me


Warning: SQL error: , SQL state 00000 in SQLConnect in 
c:\inetpub\wwwroot\php\ietest.php on line 7

Warning: Supplied argument is not a valid ODBC-Link resource in 
c:\inetpub\wwwroot\php\ietest.php on line 10

Warning: Supplied argument is not a valid ODBC-Link resource in 
c:\inetpub\wwwroot\php\ietest.php on line 10

What do I missed?
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to