Click here to Skip to main content
15,895,709 members
Home / Discussions / Database
   

Database

 
QuestionPossible to transform a MDX cellset into a 'normal' SQL resultset? Pin
6o'clock3-Mar-08 1:49
6o'clock3-Mar-08 1:49 
GeneralE-Mail Access Table Data Pin
Karma312512-Mar-08 14:05
Karma312512-Mar-08 14:05 
GeneralRe: E-Mail Access Table Data [modified] Pin
GuyThiebaut2-Mar-08 23:47
professionalGuyThiebaut2-Mar-08 23:47 
Generaldataset, add a column that stores logarithm of another column Pin
Amanjot2-Mar-08 11:12
Amanjot2-Mar-08 11:12 
QuestionConnectionString Problem (Urgent HELP required) Pin
Sadaf Naeem1-Mar-08 20:08
Sadaf Naeem1-Mar-08 20:08 
GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
pmarfleet1-Mar-08 23:00
pmarfleet1-Mar-08 23:00 
GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
Sadaf Naeem1-Mar-08 23:59
Sadaf Naeem1-Mar-08 23:59 
GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
pmarfleet2-Mar-08 4:08
pmarfleet2-Mar-08 4:08 
Connection strings for Access require an absolute path to the database file. You will need to construct connection string with the path to the database file yourself in code. You can get the path that your application is executing from by calling Environment.CurrentDirectory. Then append the name of your Access database file.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
Sadaf Naeem2-Mar-08 16:48
Sadaf Naeem2-Mar-08 16:48 
GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
Sadaf Naeem2-Mar-08 18:02
Sadaf Naeem2-Mar-08 18:02 
GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
Sadaf Naeem2-Mar-08 18:04
Sadaf Naeem2-Mar-08 18:04 
GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
Sadaf Naeem2-Mar-08 20:30
Sadaf Naeem2-Mar-08 20:30 
GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
pmarfleet2-Mar-08 22:04
pmarfleet2-Mar-08 22:04 
GeneralRe: ConnectionString Problem (Urgent HELP required) Pin
Khawar Abbas13-Mar-08 2:28
Khawar Abbas13-Mar-08 2:28 
Questionhow to store a *.jpg file in oracle? Pin
sejal_tank1-Mar-08 8:02
sejal_tank1-Mar-08 8:02 
GeneralRe: how to store a *.jpg file in oracle? Pin
followait1-Mar-08 8:18
followait1-Mar-08 8:18 
GeneralRe: how to store a *.jpg file in oracle? Pin
Paul Conrad1-Mar-08 12:32
professionalPaul Conrad1-Mar-08 12:32 
GeneralRe: how to store a *.jpg file in oracle? Pin
followait1-Mar-08 16:48
followait1-Mar-08 16:48 
QuestionHow to optimize the SQL command ... Pin
followait1-Mar-08 7:53
followait1-Mar-08 7:53 
AnswerRe: How to optimize the SQL command ... Pin
Paul Conrad1-Mar-08 12:32
professionalPaul Conrad1-Mar-08 12:32 
GeneralRe: How to optimize the SQL command ... Pin
followait1-Mar-08 16:48
followait1-Mar-08 16:48 
GeneralRe: How to optimize the SQL command ... Pin
Paul Conrad2-Mar-08 5:17
professionalPaul Conrad2-Mar-08 5:17 
GeneralRe: How to optimize the SQL command ... Pin
followait2-Mar-08 5:44
followait2-Mar-08 5:44 
GeneralRe: How to optimize the SQL command ... Pin
pmarfleet2-Mar-08 6:08
pmarfleet2-Mar-08 6:08 
AnswerRe: How to optimize the SQL command ... Pin
andyharman2-Mar-08 23:36
professionalandyharman2-Mar-08 23:36 

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.