Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
~830 People Reached
Favorite Forums
1 Posted Topic
[code] //method below are codes for connecting the database private static OleDbCommand DbConnect(OleDbCommand mDB) { mDB.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0"; + "Data source= C:\Database\winbase.mdb"; return mDB; } [/code] When i debug, i have a error saying unrecognized escape sequence. I tried adding @ and \\ but i have more errors. |
The End.