PC Review


Reply
Thread Tools Rate Thread

Need to edit ACCESS tables MSysIMEXColumns and MSysIMEXSpecs

 
 
Joe Shapiro
Guest
Posts: n/a
 
      8th Jul 2003

These tables I can not edit for some reason, but I need to
in order to import using the following method.

AccessApp.DoCmd.TransferText acImportDelim,
txtSpecName.Text, txtTable.Text, App.Path & "\" &
txtFile.Text

The txtSpecName.Text is the specification name in the
MSysIMEXSpecs table that tells ACCESS how to import the
text file.

I would like to be able to edit the tables for the import,
but they are presently Read only? Will I be able to edit
these tables??

 
Reply With Quote
 
 
 
 
John Nurick
Guest
Posts: n/a
 
      8th Jul 2003
Hi Joe,

These are system tables and it's normally not advisable to edit them.

You can create and save import specifications manually by clicking the
Advanced... button in the Text Import Wizard. If you need to generate
them under program control the best approach IMHO is not to, but instead
to generate a schema.ini file with the appropriate entries. This is
documented very sketchily in Help and more fully at
http://msdn.microsoft.com/library/de...cjetsdk_98.asp

Search MSDN for "schema.ini" for even more information.

On Tue, 8 Jul 2003 09:08:01 -0700, "Joe Shapiro" <(E-Mail Removed)>
wrote:

>
>These tables I can not edit for some reason, but I need to
>in order to import using the following method.
>
>AccessApp.DoCmd.TransferText acImportDelim,
>txtSpecName.Text, txtTable.Text, App.Path & "\" &
>txtFile.Text
>
>The txtSpecName.Text is the specification name in the
>MSysIMEXSpecs table that tells ACCESS how to import the
>text file.
>
>I would like to be able to edit the tables for the import,
>but they are presently Read only? Will I be able to edit
>these tables??


John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Word Edit>SelectAll to Edit>Select>SubMenu like Edit>Clear> =?Utf-8?B?TW9udGUgSGFucmFoYW4=?= Microsoft Word New Users 9 11th Jun 2006 07:52 PM
Missing Table MsysIMEXSpecs =?Utf-8?B?PDwgSHVzaCBQdXBwaWVzID4+?= Microsoft Access External Data 1 28th Feb 2005 01:25 PM
Edit system files MSysIMEXColumns Ray Microsoft Access External Data 0 8th Dec 2003 06:41 PM
mSysImexSpecs help DS Microsoft Access External Data 6 26th Nov 2003 04:33 AM
mSysImexSpecs help DS Microsoft Access External Data 2 23rd Nov 2003 03:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:36 PM.