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
Ranked #107.55K
~156 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Aizaz Khan

> how to random question from ms access database to vb 6 . thanks Dim connectStr = "data source=mydatasource;initial catalog=gcs_dw;persist security info=True;user id=myuser;password=mypassword;Asynchronous Processing=True" Dim Connection as SqlConnection = New SqlConnection(connectStr) Dim Command As SqlCommand = Connection.CreateCommand() Dim Count as Integer = Command.ExecuteNonQuery() Dim randID as Integer = Int((Count * …

Member Avatar for Schol-R-LEA
-2
156

The End.