Posts
 
Reputation
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
~273 People Reached
About Me

I have no idea

Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for kimlong.khov

Dear all programmer, I am a new programmer. Now I am doing develop an application there was a complicated with crystal report vb.net 2008. I don't know how to use it. Would anyone help me with this or tell website that I can figure it out. Thank!

Member Avatar for Majestics
0
77
Member Avatar for theboyandtheocean

If you use miscrosoft access 2000 or 2003 you code below: con = New OleDb.OleDbConnection con.ConnectionString = "*Provider = Microsoft.Jet.OleDB.4.0*;" + "Data Source =c:\Users\God\QualityLog.accdb" but if you use microsoft access 2007 or 2010 you should change provider to: con = new OleDb.OleDbConnection con.ConnectionString = "***Provider = Microsoft.Jet.ACE.12.0***;" + "Data Source …

Member Avatar for thewilf
0
196

The End.