No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
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! | |
Re: 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 … |
The End.