Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
AnswerRe: Include IIS in Windows Service Pin
led mike5-Jul-07 6:39
led mike5-Jul-07 6:39 
GeneralRe: Include IIS in Windows Service Pin
Roland Bär5-Jul-07 7:15
Roland Bär5-Jul-07 7:15 
GeneralRe: Include IIS in Windows Service Pin
led mike5-Jul-07 7:44
led mike5-Jul-07 7:44 
QuestionComboBox Data Binding Pin
goldoche5-Jul-07 5:47
goldoche5-Jul-07 5:47 
QuestionUsing code behind to retreive ms access data Pin
markymark825-Jul-07 5:05
markymark825-Jul-07 5:05 
AnswerRe: Using code behind to retreive ms access data Pin
Christian Graus5-Jul-07 5:21
protectorChristian Graus5-Jul-07 5:21 
AnswerRe: Using code behind to retreive ms access data Pin
Guffa5-Jul-07 6:23
Guffa5-Jul-07 6:23 
GeneralRe: Using code behind to retreive ms access data Pin
markymark825-Jul-07 9:46
markymark825-Jul-07 9:46 
ok,
so should I actually be using the 'OleDbConnection', as currently I keep getting errors about the provider for it, the only suggestion i've found is 'provider=sqloledb;' in the connection string, but obviously its not an sql db so that doesn't work, what would the equivilant be for an ms access db?

Otherwise the only other connection object I have found that does not error is:
'AccessDataSource db = new AccessDataSource(@"Dsn=MS Access Database;dbq=C:\Program Files\Sage\Accounts\ODBC.mdb;defaultdir=C:\Program Files\Sage\Accounts;driverid=25;fil=MS Access;maxbuffersize=2048;pagetimeout=5;uid=manager", @"select * from Invoice");'

but from there I have no idea how to open a reader as I can't find an option for it and I can't see how to read the records that are returned from it?

thanks for you help so far, much appreciated

mark
GeneralRe: Using code behind to retreive ms access data Pin
Guffa5-Jul-07 11:09
Guffa5-Jul-07 11:09 
GeneralRe: Using code behind to retreive ms access data Pin
markymark825-Jul-07 11:14
markymark825-Jul-07 11:14 
Questionsend/recieve email + ping to pc in netwerk using a pocket pc Pin
faladrim5-Jul-07 4:21
faladrim5-Jul-07 4:21 
QuestionRetrieve Installation Path Pin
terrible835-Jul-07 4:09
terrible835-Jul-07 4:09 
AnswerRe: Retrieve Installation Path Pin
originSH5-Jul-07 4:13
originSH5-Jul-07 4:13 
AnswerRe: Retrieve Installation Path Pin
led mike5-Jul-07 4:39
led mike5-Jul-07 4:39 
Questionhow to insert data Pin
csanda15-Jul-07 3:59
csanda15-Jul-07 3:59 
AnswerRe: how to insert data Pin
led mike5-Jul-07 4:42
led mike5-Jul-07 4:42 
QuestionRegistry Problems NullException Pin
StevenWalsh5-Jul-07 3:47
StevenWalsh5-Jul-07 3:47 
AnswerRe: Registry Problems NullException Pin
Christian Graus5-Jul-07 3:55
protectorChristian Graus5-Jul-07 3:55 
AnswerRe: Registry Problems NullException Pin
NassosReyzidis5-Jul-07 3:56
NassosReyzidis5-Jul-07 3:56 
GeneralRe: Registry Problems NullException Pin
StevenWalsh5-Jul-07 4:09
StevenWalsh5-Jul-07 4:09 
GeneralRe: Registry Problems NullException Pin
Christian Graus5-Jul-07 4:22
protectorChristian Graus5-Jul-07 4:22 
GeneralRe: Registry Problems NullException Pin
StevenWalsh5-Jul-07 4:42
StevenWalsh5-Jul-07 4:42 
Questionuser id,password.etcc.. Pin
myat_035-Jul-07 3:05
myat_035-Jul-07 3:05 
JokeRe: user id,password.etcc.. Pin
originSH5-Jul-07 3:10
originSH5-Jul-07 3:10 
GeneralRe: user id,password.etcc.. Pin
myat_035-Jul-07 3:25
myat_035-Jul-07 3:25 

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.