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 > delphi TQuery and results on sapdb local

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-15-04, 04:09
estranged estranged is offline
Registered User
 
Join Date: Nov 2003
Location: İstanbul / TURKEY
Posts: 4
delphi TQuery and results on sapdb local

I have TQuery (Delphi 7 Ent) connecting to an sap db (v7.xx) local installation via odbc user dsn

in tquery sql porperty 'SELECT * FROM BBD.BBD_URUN'
statement returns results into a dbgrib that is connected to a datasource

The problem is when i run the sql statement in sql studio or else I get resultset. But in Delphi using BDE-ODBC pair some column names and values for any table in this sapDB database are not available.

When I replace TQuery with TTable I can set databasename property but when I try to set tablename I receive a General SQL Error.

Am I losing one step (For ex. do I have to create a BDE alias for the odbc dsn) or is there a problem with bde odbc drivers
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