Ask a Question related to ASP Database, Design and Development.
-
Adam Knight #1
OLE DB : ACCESS
I am wanting to move into using OLE DB instead of OBDC.
I am trying to run a script that runs fine using OBDC.
Can anyone tell me why and how to get around these errors.
A little insight into OLE DB would be appreciated also.
My Code:
Create Table:
cn.execute("CREATE TABLE User (User COUNTER CONSTRAINT
PK_User PRIMARY KEY, User_Name TEXT(30) NULL,User_Password
TEXT(30) NULL,User_Agreement TEXT(15) NULL,User_Listed TEXT
(15) NULL,User_Type TEXT(30) NULL)")
Drop Table:
cn.execute("DROP TABLE User")
Both of these come up with syntax error like:
Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error in CREATE TABLE statement.
/connect/database/createdb.asp, line 17
Adam Knight Guest
-
Web Service + Anon Access, but getting 401 Access Denied Error
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous... -
Network File access using anonymous access
I have seen a number of entries related to accessing remote resources (files in my case) that need to reside on a remote server. We must leave our... -
Access 2002 PDFWriter VBA Code w/WinXP does not work like Access 2000
I am trying to print an Access 2002 report (Windows XP OS) as a PDF. I had success with Access 2000 in a Windows 2000 environment, but as soon as I... -
Access Violation when using Visual Interdev to access Oracle
I am running Windows 200 Pro, IIS 5.0 and trying to connect to an Oracle 8.1 database. Prior to applying a security patch to W2k, the ASP... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the...



Reply With Quote

