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
~203 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for electronym

Dim vfpConn As OleDbConnection = New OleDbConnection("Provider=VFPOLEDB.1; Data Source='[table location/name]';") vfpConn.Open() Dim sVfp As String = "select * from [table]" Dim oCmd As New OleDbCommand(sVfp, vfpConn)

Member Avatar for gmonee
0
203

The End.