Hi Tejinder,
The note I mentioned above has the exact steps. I will relook and add it later.
For now the code part. Did you add using Sybase.Data.AseClient at the beginning of your code? This is from a C Sharp code with ADO.Net.
sample:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using Sybase.Data.AseClient;
You can also try this in your connection string config file.
I would try providerName="Sybase.Data.AseClient"
Thanks,
Dawn Kim