Hi,
While reading through the docs and several forum threads I learned, to my big surprise, that PB doesn't have any built-in database support. I saw some posts in which SQLTools is mentioned as the best solution right now. But as I'm not yet willing to spend another $100 I wonder if there isn't an other way to have simple straight forward database access (via ODBC and/or ADO/OLEDB)?
I know a lot of database programming, so I will write all the database logic myself. I don't need 'fancy stuff' like bounding controls to datasets, disconnected status, etc. I just need to be able to do the following two things:
Spending $100 for those two 'simple' tasks is a bit of overkill for me. I'm not ready to dive in the Windows API, so I need a relatively simple solution.
Thx.
While reading through the docs and several forum threads I learned, to my big surprise, that PB doesn't have any built-in database support. I saw some posts in which SQLTools is mentioned as the best solution right now. But as I'm not yet willing to spend another $100 I wonder if there isn't an other way to have simple straight forward database access (via ODBC and/or ADO/OLEDB)?
I know a lot of database programming, so I will write all the database logic myself. I don't need 'fancy stuff' like bounding controls to datasets, disconnected status, etc. I just need to be able to do the following two things:
- Executing SQL commands (f.e. inserts) and get the result of that ('error' or 'no error').
- Get a dataset (via SELECT) which I can loop through and with that fill controls by code.
Spending $100 for those two 'simple' tasks is a bit of overkill for me. I'm not ready to dive in the Windows API, so I need a relatively simple solution.
Thx.
Comment