Click to See Complete Forum and Search --> : How to connect with the informix


edwin
02-25-2002, 09:39 PM
Hi,

I am a beginner and want to know how to connect with informix and VB. My
informix database is install in IBM AIX 6000 Server. The client side is WIN98.
Thank you for help.

With regards

crystal
02-27-2002, 08:07 AM
Use ODBC to set up ur informix database. And use normal connection code for
the VB and Informix connection, may need to specify Driver and DSN name correctly.

"edwin" <edwin_lsl@hotmail.com> wrote:
>
>Hi,
>
>I am a beginner and want to know how to connect with informix and VB. My
>informix database is install in IBM AIX 6000 Server. The client side is
WIN98.
>Thank you for help.
>
>With regards

edwin
03-03-2002, 07:09 AM
I tr



"crystal" <crystal_cac@yahoo.com> wrote:
>
>Use ODBC to set up ur informix database. And use normal connection code
for
>the VB and Informix connection, may need to specify Driver and DSN name
correctly.
>
>"edwin" <edwin_lsl@hotmail.com> wrote:
>>
>>Hi,
>>
>>I am a beginner and want to know how to connect with informix and VB. My
>>informix database is install in IBM AIX 6000 Server. The client side is
>WIN98.
>>Thank you for help.
>>
>>With regards
>

Diptendu Sen
03-25-2002, 07:49 AM
Load informix Sdk-client in your system .
edit the service file at client . Mention the service name which is in hosts
file of Informix databse server .
then at sql32 put the relevant data for connect ,
try to run ilogin
Thks
dip