salvatoredoria
Programmer
When i access a foxpro database (.dbc) via ODBC i am able to read all the data. But Memo field returns null.
i also tried GetChuck but it was worse
Any idea what i can do ?
p.s. that's my source code
If IsNull(MyRsSource("immagine_art"
) = False Then
If MyRsSource("immagine_art"
<> "" Then Percorso = Left("C:\Valves\OKEYWin\" & MyRsSource("immagine_art"
, 250)
Else
Percorso = Null
End If
Else
Percorso = Null
End If
where MyRsSource is the foxpro table
i also tried GetChuck but it was worse
Any idea what i can do ?
p.s. that's my source code
If IsNull(MyRsSource("immagine_art"
If MyRsSource("immagine_art"
Else
Percorso = Null
End If
Else
Percorso = Null
End If
where MyRsSource is the foxpro table