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
1 Posted Topic
Re: > 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 * … |
The End.