Click here to Skip to main content
15,913,941 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Server 2005 Express and Database Diagrams Pin
Colin Angus Mackay15-Jan-07 12:51
Colin Angus Mackay15-Jan-07 12:51 
AnswerRe: SQL Server 2005 Express and Database Diagrams Pin
Pete O'Hanlon15-Jan-07 22:53
mvePete O'Hanlon15-Jan-07 22:53 
Questionusing sp_MSForEachTable to delete data with a where clause [modified] Pin
PrashantJ15-Jan-07 5:10
PrashantJ15-Jan-07 5:10 
QuestionPlease Guide Me Pin
Ashish Porwal15-Jan-07 5:04
Ashish Porwal15-Jan-07 5:04 
Question[Message Deleted] Pin
Orcun Ozturk15-Jan-07 5:04
Orcun Ozturk15-Jan-07 5:04 
AnswerRe: Desktop Database! Pin
Kschuler15-Jan-07 9:51
Kschuler15-Jan-07 9:51 
GeneralRe: Desktop Database! Pin
Orcun Ozturk16-Jan-07 1:53
Orcun Ozturk16-Jan-07 1:53 
GeneralRe: Desktop Database! Pin
Kschuler16-Jan-07 2:57
Kschuler16-Jan-07 2:57 
Correct. You will only need to make sure that they have MDAC installed and if not, then install it. But the install is under 6 MB and most computers will already have it installed. Windows XP SP2 already has it, for example. I can't remember what service pack Windows 2000 has it.

In any case, it is pretty easy to require MDAC when you are creating an install program with Visual Studio 2005. You just right click on the project icon in the Solution Explorer. Select Properties. Click the Prerequisites button. And make sure that Microsoft Data Access Components 2.8 is checked in the list. And if you want the user to be able to just install the MDAC without having to go to Microsoft's website I would recommend selecting the "Download prerequisites from the same location as my application" option.

Also, remember that if a user happens to have microsoft access on their computer, they can access your database through that. So you may want to put a password on it to make sure they don't change things/mess up your schema.

Hope this helps.
GeneralDesktop Database! Pin
Orcun Ozturk16-Jan-07 3:07
Orcun Ozturk16-Jan-07 3:07 
QuestionHow to get all table's name ? In OdbcConnection Pin
mlqxj3567415-Jan-07 4:40
mlqxj3567415-Jan-07 4:40 
AnswerRe: How to get all table's name ? In OdbcConnection [modified] Pin
Uri Lavi15-Jan-07 7:03
Uri Lavi15-Jan-07 7:03 
GeneralRe: How to get all table's name ? In OdbcConnection Pin
mlqxj3567416-Jan-07 4:22
mlqxj3567416-Jan-07 4:22 
QuestionHow to fetch dates havng interval of 7 weeks betwwen them? Pin
Guru_yogi15-Jan-07 1:48
Guru_yogi15-Jan-07 1:48 
AnswerRe: How to fetch dates havng interval of 7 weeks betwwen them? Pin
Pete O'Hanlon15-Jan-07 2:04
mvePete O'Hanlon15-Jan-07 2:04 
Questiondata retrive from database Pin
Pradip Kishore14-Jan-07 22:46
Pradip Kishore14-Jan-07 22:46 
AnswerRe: data retrive from database Pin
Colin Angus Mackay14-Jan-07 23:08
Colin Angus Mackay14-Jan-07 23:08 
Questiondifference Pin
Ashutosh Kumar Gupta14-Jan-07 20:14
Ashutosh Kumar Gupta14-Jan-07 20:14 
AnswerRe: difference Pin
Colin Angus Mackay14-Jan-07 22:39
Colin Angus Mackay14-Jan-07 22:39 
GeneralRe: difference Pin
PavanPareta18-Jan-07 18:55
PavanPareta18-Jan-07 18:55 
Questionsql querry Pin
pradeep kulkarni14-Jan-07 18:29
pradeep kulkarni14-Jan-07 18:29 
AnswerRe: sql querry Pin
Colin Angus Mackay14-Jan-07 22:36
Colin Angus Mackay14-Jan-07 22:36 
AnswerRe: sql querry Pin
asoooool15-Jan-07 2:06
asoooool15-Jan-07 2:06 
AnswerRe: sql querry [modified] Pin
PavanPareta18-Jan-07 19:03
PavanPareta18-Jan-07 19:03 
Questioncopy a column from one table to another [modified] Pin
rzvme14-Jan-07 2:18
rzvme14-Jan-07 2:18 
AnswerRe: copy a column from one table to another Pin
Elina Blank14-Jan-07 10:25
sitebuilderElina Blank14-Jan-07 10: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.