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
~364 People Reached
Favorite Forums
Favorite Tags
Member Avatar for amarnatheee
Member Avatar for paulie

Hi Folks, I have a VB 2005 app (2.0 Framework) that I've published out to one of our fileservers in our company, so users can download/install and run it. It published fine, but when I go to install it on another PC (which I'm logged into with Admin rights), I …

Member Avatar for paulie
0
165
Member Avatar for khwo

Hi, The following code is use ADODB to connect the database. By this way I would like to change the following coding by using "OleDbConnection", how can I change it? RstBoa = [COLOR=#0000ff]New[/COLOR] ADODB.Recordset BoaSQL = "Select * From QtyVar ORDER BY QtyVarID" RstBoa = ConnBoa.Execute(BoaSQL) [COLOR=#0000ff]With[/COLOR] RstBoa [COLOR=#0000ff]If[/COLOR] [COLOR=#0000ff]Not[/COLOR] …

Member Avatar for paulie
0
104