Click here to Skip to main content
15,798,278 members
Home / Discussions / Database
   

Database

 
GeneralRe: Excel, OleDb, ACE, and skipping header rows Pin
Jörgen Andersson17-May-12 21:36
professionalJörgen Andersson17-May-12 21:36 
GeneralRe: Excel, OleDb, ACE, and skipping header rows Pin
PIEBALDconsult21-May-12 9:38
professionalPIEBALDconsult21-May-12 9:38 
GeneralRe: Excel, OleDb, ACE, and skipping header rows Pin
Jörgen Andersson21-May-12 10:59
professionalJörgen Andersson21-May-12 10:59 
QuestionSerial number in SQL Pin
draghu17-May-12 1:17
draghu17-May-12 1:17 
AnswerRe: Serial number in SQL Pin
Pablo Aliskevicius17-May-12 3:48
Pablo Aliskevicius17-May-12 3:48 
AnswerRe: Serial number in SQL Pin
Andy_L_J17-May-12 21:51
Andy_L_J17-May-12 21:51 
GeneralRe: Serial number in SQL Pin
draghu17-May-12 23:11
draghu17-May-12 23:11 
QuestionSybase DB access in windows 7 Pin
VenkataRamana.Gali16-May-12 18:29
VenkataRamana.Gali16-May-12 18:29 
Hi all

I am using .net FW 3.5, its desktop applicaiton.

MyApplication is fetching data from sybase adoptive server and populating in it. Below connection, code.

XML
connectionString=DRIVER=MERANT 3.60 32-BIT Sybase;UID=test;DB=db1;SRVR=XYZSERVER;PWD=*****


C#
using (OdbcConnection connection = new OdbcConnection(connStringFromConfig)
			{
				OdbcDataAdapter adapter = new OdbcDataAdapter(query, onnection);
				connection.Open();
				adapter.Fill(dt);
				connection.Close();
			}


above code works fine in windows xp. where as same code is not working in windows 7. I am executing in 64bit machine.

i got error while opening connection.

C#
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified


Anything i am missing ? or do i need to configure anything?

appriciated u r quick response.
Ramana


modified 17-May-12 0:21am.

AnswerRe: Sybase DB access in windows 7 Pin
JohnsonLuis16-May-12 22:07
JohnsonLuis16-May-12 22:07 
QuestionOne to Many Relationships - Tabular Display Pin
eddieangel16-May-12 11:36
eddieangel16-May-12 11:36 
AnswerRe: One to Many Relationships - Tabular Display Pin
Jörgen Andersson16-May-12 12:26
professionalJörgen Andersson16-May-12 12:26 
GeneralRe: One to Many Relationships - Tabular Display Pin
eddieangel16-May-12 13:53
eddieangel16-May-12 13:53 
GeneralRe: One to Many Relationships - Tabular Display Pin
Jörgen Andersson17-May-12 2:51
professionalJörgen Andersson17-May-12 2:51 
GeneralRe: One to Many Relationships - Tabular Display Pin
eddieangel17-May-12 7:43
eddieangel17-May-12 7:43 
AnswerRe: One to Many Relationships - Tabular Display Pin
Mycroft Holmes16-May-12 13:47
professionalMycroft Holmes16-May-12 13:47 
AnswerRe: One to Many Relationships - Tabular Display Pin
PIEBALDconsult16-May-12 15:11
professionalPIEBALDconsult16-May-12 15:11 
AnswerRe: One to Many Relationships - Tabular Display Pin
vvashishta16-May-12 21:15
vvashishta16-May-12 21:15 
Questionexport to text file + SQL Pin
jojoba201115-May-12 19:02
jojoba201115-May-12 19:02 
AnswerRe: export to text file + SQL Pin
vvashishta15-May-12 21:48
vvashishta15-May-12 21:48 
AnswerRe: export to text file + SQL Pin
Sandeep Mewara15-May-12 21:53
mveSandeep Mewara15-May-12 21:53 
QuestionRe: export to text file + SQL Pin
jojoba201115-May-12 22:53
jojoba201115-May-12 22:53 
QuestionHow to Update Database SQL express DB Pin
jojoba201114-May-12 23:06
jojoba201114-May-12 23:06 
AnswerRe: How to Update Database SQL express DB Pin
Chris Meech15-May-12 3:35
Chris Meech15-May-12 3:35 
QuestionRe: How to Update Database SQL express DB Pin
jojoba201115-May-12 6:10
jojoba201115-May-12 6:10 
QuestionSQL Server database updation from oracle database in realtime Pin
uspatel14-May-12 20:04
professionaluspatel14-May-12 20:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.