Re: SAP direct JDBC access
From: Oscar kind (oscar_at_danwa.net)
Date: 07/28/04
- Next message: Sudsy: "Re: Struts Credit Card Validation"
- Previous message: Hemal Pandya: "Re: XML problem with special characters like "<" and ">""
- In reply to: Horst Walter: "SAP direct JDBC access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jul 2004 23:39:17 +0200
Horst Walter <unkwb@web.de> wrote:
> I am not sure which driver to use when I want to directly access SAP
> data with JDBC. I run a Netweaver sneak preview installation with MS
> SQL Server.
>
> 1) Of course I can directly use the SQL Server JDBC Drivers, which is
> not my goal. I want to use OpenSQL and become database independent -
> or do I mix here something.
Alternatively, you can use a data source to hide the actual database
driver used (to JDBC, it is transparent which database driver is used).
Then, confine yourself to only the SQL standards as supported by SQL
Server, and any other database you want to be compatible with.
Once you have your application running with those constraints, it's
database independent (it only depends on a relational database, but both
JDBC and SQL are biased towards that anyway).
-- Oscar Kind http://home.hccnet.nl/okind/ Software Developer for contact information, see website PGP Key fingerprint: 91F3 6C72 F465 5E98 C246 61D9 2C32 8E24 097B B4E2
- Next message: Sudsy: "Re: Struts Credit Card Validation"
- Previous message: Hemal Pandya: "Re: XML problem with special characters like "<" and ">""
- In reply to: Horst Walter: "SAP direct JDBC access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|