Click here to Skip to main content
15,914,109 members
Home / Discussions / C#
   

C#

 
QuestionSearch and Replace in Word Pin
CliffAnderson12-Jan-06 13:55
CliffAnderson12-Jan-06 13:55 
AnswerRe: Search and Replace in Word Pin
Nick Parker12-Jan-06 14:19
protectorNick Parker12-Jan-06 14:19 
QuestionDatabase Microsoft Access Pin
Sasuko12-Jan-06 12:36
Sasuko12-Jan-06 12:36 
AnswerRe: Database Microsoft Access Pin
Christian Graus12-Jan-06 12:49
protectorChristian Graus12-Jan-06 12:49 
GeneralRe: Database Microsoft Access Pin
Daniel Santillanes12-Jan-06 13:02
professionalDaniel Santillanes12-Jan-06 13:02 
GeneralRe: Database Microsoft Access Pin
Christian Graus12-Jan-06 13:07
protectorChristian Graus12-Jan-06 13:07 
GeneralRe: Database Microsoft Access Pin
Daniel Santillanes12-Jan-06 13:12
professionalDaniel Santillanes12-Jan-06 13:12 
AnswerRe: Database Microsoft Access Pin
pliu_200012-Jan-06 13:34
pliu_200012-Jan-06 13:34 
[How can I protect my password for connection to MS Access database?]
Not too sure what you mean here, but I normally put use a config file with the user name and password encrypted. The code then decrypts the values and into the connection string.

Sorry, not sure if I answered that one properly

[Can I use Stored Procedure with Access Database?]

This really depends on the version of Access you are using. I think Access 2003 allows you to either use its Jet engine (I think they still call it that) or Msde (local SQL server). This is depends on how the Access database was setup.

If it was setup using Msde, then all linked tables and queries reference SQL server tables and stored procedures. However, if it was setup with the Jet engine, then it will be Access queries.

In both cases, if you are using ADO, then the queries can be treated as stored procedures in your ADO.Command object anyway. The restriction with the Access query is that you cant use things like return value, but both accept parameters.

If you are using an older version of Access then it uses the Access query and the Jet engine.

I hope this helps [anyone feel free to correct me if my memory has failed me with Access as it's been a little while since I used it]

Peter Laugh | :laugh:
QuestionOptimization of unsafe code Pin
Robert Rohde12-Jan-06 12:26
Robert Rohde12-Jan-06 12:26 
AnswerRe: Optimization of unsafe code Pin
Christian Graus12-Jan-06 12:48
protectorChristian Graus12-Jan-06 12:48 
GeneralRe: Optimization of unsafe code Pin
Robert Rohde12-Jan-06 13:58
Robert Rohde12-Jan-06 13:58 
GeneralRe: Optimization of unsafe code Pin
Christian Graus12-Jan-06 14:01
protectorChristian Graus12-Jan-06 14:01 
QuestionWNetAddConnection2A & Web Services Pin
Guinness4Strength12-Jan-06 11:58
Guinness4Strength12-Jan-06 11:58 
AnswerRe: WNetAddConnection2A & Web Services Pin
Dave Kreskowiak12-Jan-06 15:42
mveDave Kreskowiak12-Jan-06 15:42 
GeneralRe: WNetAddConnection2A & Web Services Pin
Guinness4Strength13-Jan-06 11:37
Guinness4Strength13-Jan-06 11:37 
GeneralRe: WNetAddConnection2A & Web Services Pin
Dave Kreskowiak13-Jan-06 15:12
mveDave Kreskowiak13-Jan-06 15:12 
GeneralRe: WNetAddConnection2A & Web Services Pin
Guinness4Strength14-Jan-06 10:28
Guinness4Strength14-Jan-06 10:28 
GeneralRe: WNetAddConnection2A & Web Services Pin
Dave Kreskowiak14-Jan-06 15:34
mveDave Kreskowiak14-Jan-06 15:34 
GeneralRe: WNetAddConnection2A & Web Services Pin
Guinness4Strength14-Jan-06 18:33
Guinness4Strength14-Jan-06 18:33 
GeneralRe: WNetAddConnection2A & Web Services Pin
Dave Kreskowiak15-Jan-06 4:28
mveDave Kreskowiak15-Jan-06 4:28 
GeneralRe: WNetAddConnection2A & Web Services Pin
Guinness4Strength15-Jan-06 4:53
Guinness4Strength15-Jan-06 4:53 
QuestionDataGrid update Pin
AlbePes12-Jan-06 11:43
AlbePes12-Jan-06 11:43 
QuestionGridView COntrol / C# 2005 / ASP.NET Pin
kishanb12-Jan-06 11:17
kishanb12-Jan-06 11:17 
Questionweb-testing with c# Pin
James Brown12-Jan-06 10:40
James Brown12-Jan-06 10:40 
QuestionNested Multi Colump Weekly Planner Report in CR.Net Pin
Kaazim12-Jan-06 10:12
Kaazim12-Jan-06 10:12 

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.