|
-
Driving me nuts
I am executing an SQL statement off the Connection object which is connected
to an Access97 MDB file. I basically tell it to create a table. The table
gets created, but I also get this error:
Description: Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a current record.
Number: 3021
Source: ADODB.Field
I can't figure it out, below is the command I am sending.
Create Table tempTable
([RecordTypeZZ] TEXT(1) NULL,
[Issue_Code] TEXT(5) NULL,
[Organiz_Code] TEXT(3) NULL,
[Unknown1] TEXT(4) NULL,
[tape_date] TEXT(6) NULL,
[Filler] TEXT(231) NULL,
[RecordTypeD] TEXT(1) NULL,
[Loan_Number] integer NULL,
[ptd] TEXT(6) NULL,
[loan_status_1] TEXT(1) NULL,
[delinq_amt] TEXT(12) NULL,
[pif_status] TEXT(1) NULL,
[loan_status] TEXT(1) NULL)
What is wrong with this statement.
Regards,
Robert Gelb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks