Link to home
Start Free TrialLog in
Avatar of kshabu
kshabu

asked on

Informix Connection from VB.NET

I am using informix7.0 database as my backend.From vb.net i am connecting it through
oledbconnection.But i found its slower that the cionnection of SQL server and
Oracle database.How can i increase the speed of my connection.Please can anyone help me on this.

 
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Are you still having a problem with this?

Bob
Avatar of kshabu
kshabu

ASKER

YEs i have still the probelm in the efficiency(speed) in informix connection.
What is the difference between the Informix, SQL Server, and Oracle?

What does your connection string look like?

What provider are you using?

Bob
Avatar of kshabu

ASKER

Hi Bob,

Thanks for your interest.
I am using oledb connection.My connection string is
"Provider=Ifxoledbc.2;Password=xxxx;Persist Security Info=True;User ID=informix;Data Source=Sample@ol_ntdomain;Extended Properties="""

Regards
Shabu.k


How about the other questions?

Bob
Also, what is the version of the OleDb provider?

Bob
Avatar of kshabu

ASKER

Informix 3.80 32 bit is the provider what i am using
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Did this help?

Bob