"Feature not available" Message 
Author Message
 "Feature not available" Message

I want to attach a dBASE III table to an open dBASE III database.  When I
execute the Attach method for the tableDefs collection I get the message:

"Feature not available"

Here is the code:

Set Db = OpenDatabase("c:edl\94090609", False, False, "dBASE III;")
Td.Connect = "dBASE III;DATABASE=C:\94090609\SEGMENT2"
Td.SourceTableName = "EDLTEXT.DBF"   ' The name of the file.
Td.Name = "newtext"    ' The name in your database.
Db.TableDefs.Append Td  ' Create the link.

I'm sure I have done this before.  What's going on?




Sat, 16 Aug 1997 10:16:22 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. "Object library feature not supported"???

2. Error "optional features not implemented"

3. "No timer available" error message

4. "Server not available"

5. "visible"-property not available from Interface-Assistant

6. "Client Site Not Available" Error

7. "Unattended Execution" not available

8. Handling Err68 "Device Not Available"

9. "Not implemented" message box

10. "The rowset is not bookmarkable" message

11. ComboBox interesting "feature"...

12. VBscript "feature"/limitation? Duplicate column names

 

 
Powered by phpBB® Forum Software