Hi Folks... I'm a very newbie asp programmer, and i'd like to know how to configure my ADO connection (even global.asa) to view and update an IBM Database with my asp page...
Is this possible to do ???
Thanks in advance ., Niko.:confused:
Printable View
Hi Folks... I'm a very newbie asp programmer, and i'd like to know how to configure my ADO connection (even global.asa) to view and update an IBM Database with my asp page...
Is this possible to do ???
Thanks in advance ., Niko.:confused:
You have to have a proper Driver or Provider to connect to the database. Check with IBM support, ask them what kind of data provider could be used with this kind of DB.
Check this out:
http://www7b.software.ibm.com/dmdd/l...0206hasin.html
it's about VB6, but it could be used for ASP too.