Search found 3 matches
- Mon Nov 17, 2008 2:35 pm
- Forum: ActiveX
- Topic: DataSource via ADO.Net environment
- Replies: 4
- Views: 3930
- Thu Nov 13, 2008 11:51 am
- Forum: ActiveX
- Topic: DataSource via ADO.Net environment
- Replies: 4
- Views: 3930
Hi! My current version is v8.0.0.5. I do not think that the evaluation version was the same (there is a lot of differenties also in objects). The previous evaluation version was uninstalled and I can't find its version now. Please, answer me, what I do wrong in my code? Is it possible to use ADO.NET...
- Thu Nov 13, 2008 11:00 am
- Forum: ActiveX
- Topic: DataSource via ADO.Net environment
- Replies: 4
- Views: 3930
DataSource via ADO.Net environment
Hi. I use ActiveX (v.8) in the VB.NET 2003 environment. The following code worked fine in the evaluation version, but in the PRO version I receive the error message while assignind the DataSource. Dim StrCom As String = "SELECT * FROM tblYearVolumes" daVolumes = New OleDbDataAdapter(StrCom, TestConn...