Board index » delphi » Obtaining Schema Information via the BDE
Simon Whelband
![]() Delphi Developer |
Sun, 28 Apr 2002 03:00:00 GMT
Obtaining Schema Information via the BDE
We're looking into how we can obtain schema information from various
platforms (all of the SQL Links drivers amongst others). Unforuntately initial investigations into using ADOX have proven to be no use as the Oracle OLE-DB Driver does not return back correct schema information. So we're looking into perhaps using the BDE API to get this instead. When using SQL Explorer, if you view the text of a selected table, it On platforms such as Oracle, the CREATE TABLE statement is suffixed with all How does it get this extra information??? Upon running SQL Explorer through I'm assuming the dbiOpenList and dbiGetDescs function perhaps come into Thanks in advance. Simon Whelband |