If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > data shaping on dBASE tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-30-03, 20:34
tillug tillug is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
Unhappy data shaping on dBASE tables

hi there people!

please do help me...
i'm trying to use VB 6's data reports to display data from dBASE tables.
i understand to use the grouping functions, i need to do a shape on the
recordset but i keep getting this error...

[runtime error -2147217805
Format of the initialization string does not conform to the OLE DB specification.]

here's my code..

Dim cn as new ADODB.Connection
cn.open (Provider=MSDataShape; Data Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\dbaseFolder; Extended Properties=dBASE IV;)

please help!!!

or is there any other way of doing the same thing and to use
the data reports to displayed grouped data?

thanks a million!
Sze Huat
=(
Reply With Quote
  #2 (permalink)  
Old 11-03-03, 21:39
vextout vextout is offline
Registered User
 
Join Date: Jan 2003
Location: New York
Posts: 160
Try this
Data Source=C:\dbaseFolder\filename.dbf;
instead of
Data Source=C:\dbaseFolder;
__________________
Beyond Limitation
Reply With Quote
  #3 (permalink)  
Old 11-04-03, 09:29
tillug tillug is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
Quote:
Originally posted by vextout
Try this
Data Source=C:\dbaseFolder\filename.dbf;
instead of
Data Source=C:\dbaseFolder;
thnks for replyin...
but i still get the same error...

=(
Reply With Quote
  #4 (permalink)  
Old 11-04-03, 09:43
vextout vextout is offline
Registered User
 
Join Date: Jan 2003
Location: New York
Posts: 160
sorry

i started trying it out, i got the same error

have no solution

i have to do something with dbase as well

export sql to dbase from vb (w/o dts)

trying alternatice ways
__________________
Beyond Limitation
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On