Yeh, it works from a linked text file, so file permissions sounds like a good bet.
-Original Message-
From: Matt Kynaston [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 19, 2002 11:34 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Re: ODBC Connection
I might be wrong, but I seem to
002 16:19
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re: ODBC Connection
>
>
> Nope, there's no .ldb file. The file will always be closed,
> with the exception of the PHP code.
>
> -Original Message-
> From: Brian McGarvie [mailto:[EMAIL PROTECTED]]
&g
Nope, there's no .ldb file. The file will always be closed, with the exception of the
PHP code.
-Original Message-
From: Brian McGarvie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 19, 2002 11:10 AM
To: Nichols, Mark A.
Subject: Re: [PHP-WIN] Re: ODBC Connection
ahh... it
Yesand as long as the table is not linked, it works fine.
-Original Message-
From: Brian McGarvie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 19, 2002 10:58 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: ODBC Connection
I assume on the server you have added a System DNS to
I assume on the server you have added a System DNS to the ODBC Manager?
"Mark A. Nichols" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I'm not having much luck here.
I've created a MS Access database that has a linked table to an Exchange
2000 public folder.
you must be having php manual installed, there is a topic called Unified
ODBC Functions. you can refer the same for connecting to odbc databases.
you need odbc_connect() to connecto to database, the syntax is:
int odbc_connect (string dsn, string user, string password [, int
cursor_type])
foll
I was trying to just run the connect statement and see if it would just
connect and got this message.
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not
found and no default driver specified, SQL state IM002 in SQLConnect in
c:\inetpub\wwwroot\dbconnect.php on line 16
"Dou
OK - found it. odbc_connect.
But now I am looking for a db_query and there is none for odbc.
I can do the $Query ok but can't seem to find.
"Douglas F. Keim" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am trying to connect to an ODBC database that is n
I have experimented with ODBC connections and had success so my guess is
you may need to check what permissions are on the said .mdb file.
Robin Bolton wrote:
>
> I have an Access database which I made a DSN connection to.
>
> As long as the .mdb file is on the same machine as my Apache Server