Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem in opening a web application project Pin
Heath Stewart10-Jan-05 20:03
protectorHeath Stewart10-Jan-05 20:03 
GeneralRe: Missing / searching 2nd DataItem as independant index in list/combobox Pin
Rob Graham10-Jan-05 10:56
Rob Graham10-Jan-05 10:56 
GeneralDeleting a Row from a DataSet in a DataGrid Pin
joschmo8010-Jan-05 9:08
joschmo8010-Jan-05 9:08 
GeneralRe: Deleting a Row from a DataSet in a DataGrid Pin
DougW4810-Jan-05 15:36
DougW4810-Jan-05 15:36 
GeneralRe: Deleting a Row from a DataSet in a DataGrid Pin
Heath Stewart10-Jan-05 20:09
protectorHeath Stewart10-Jan-05 20:09 
GeneralRe: Deleting a Row from a DataSet in a DataGrid Pin
joschmo8011-Jan-05 1:56
joschmo8011-Jan-05 1:56 
GeneralAccess Security for window based Pin
caheo10-Jan-05 8:48
caheo10-Jan-05 8:48 
GeneralRe: Access Security for window based Pin
Heath Stewart10-Jan-05 20:14
protectorHeath Stewart10-Jan-05 20:14 
In the connection string you can specify the path to the correct MDW file using the "System Database" property, like:
OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4; "
  + "User ID=anon;Password=;Data Source=C:\Data\Database.mdb; "
  + "System Database=C:\Data\Users.mdw");
Any further questions specific to ADO.NET please post in the ADO.NET forum.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
QuestionHow to create a typed DataSet at run-time without type definition files (.xsd or .dtd)? Pin
huckfinn10-Jan-05 7:30
huckfinn10-Jan-05 7:30 
Generalcomparing arrays Pin
sciamachy10-Jan-05 6:50
sciamachy10-Jan-05 6:50 
GeneralRe: comparing arrays Pin
Judah Gabriel Himango10-Jan-05 8:01
sponsorJudah Gabriel Himango10-Jan-05 8:01 
QuestionCan I use webservice to download a file to my local app? Pin
Joshscorp10-Jan-05 6:46
Joshscorp10-Jan-05 6:46 
AnswerRe: Can I use webservice to download a file to my local app? Pin
Judah Gabriel Himango10-Jan-05 8:06
sponsorJudah Gabriel Himango10-Jan-05 8:06 
GeneralRe: Can I use webservice to download a file to my local app? Pin
Joshscorp10-Jan-05 12:44
Joshscorp10-Jan-05 12:44 
GeneralRe: Can I use webservice to download a file to my local app? Pin
Judah Gabriel Himango11-Jan-05 3:56
sponsorJudah Gabriel Himango11-Jan-05 3:56 
GeneralAssembly Path Pin
Wender Oliveira10-Jan-05 5:22
Wender Oliveira10-Jan-05 5:22 
GeneralScreen Capture Pin
Amy Yang10-Jan-05 4:13
Amy Yang10-Jan-05 4:13 
GeneralRe: Screen Capture Pin
Nick Parker10-Jan-05 5:53
protectorNick Parker10-Jan-05 5:53 
GeneralRe: Screen Capture Pin
Amy Yang10-Jan-05 16:58
Amy Yang10-Jan-05 16:58 
GeneralDeployment issue Pin
montu337710-Jan-05 3:43
montu337710-Jan-05 3:43 
GeneralVideo Streaming Pin
RockRock10-Jan-05 3:24
RockRock10-Jan-05 3:24 
GeneralC# to J# Syntax Conversion Pin
haroldjclements10-Jan-05 2:58
haroldjclements10-Jan-05 2:58 
GeneralRe: C# to J# Syntax Conversion Pin
Stefan Troschuetz10-Jan-05 3:52
Stefan Troschuetz10-Jan-05 3:52 
GeneralRe: C# to J# Syntax Conversion Pin
Matt Gerrans10-Jan-05 8:51
Matt Gerrans10-Jan-05 8:51 
GeneralRe: C# to J# Syntax Conversion Pin
Harold Clements10-Jan-05 23:59
Harold Clements10-Jan-05 23:59 

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.