search for: jet4

Displaying 5 results from an estimated 5 matches for "jet4".

Did you mean: jet
2011 May 22
1
Trying to install Autotel
I am on Ubuntu 11.4 with wine 1.3 This is an application that provides information from a small database and appears to ues: Jet4 Dao Several OCX tiles VB Runtime 6 I can share its install log if a cut and paste of such a think would be useful. It appears to happily install but when it goes to run I get the dialog box that says it encountered a "serious problem" and needs to close. How do I chase these problem...
2001 Jan 18
0
Win2k / Access DB / Corruption
...in that document and would like to know where to send the corrections). I've installed the service pack 5 for Jet 4.0 and yet the problem persists. The error usually has cropped up when a 3rd machine is added to the mix. Though in the latest test 3 machines worked fine after applying SP5 for Jet4 and I only saw corruption when rapidly saving and retrieving from a single workstation (this 1 test is not conclusive). During this last test, I was able to bounce from machine to machine in a random sequence with no corruption but finally saving and retrieving the same record from the same machin...
2008 Sep 24
0
Error results from MS Access via RODBC
...g? Some output: -------------------------- ~# dpkg -l libmdb* mdbtools ii libmdbodbc 0.5.99.0.6pre1.0.20 MDB tools ODBC module ii libmdbtools 0.5.99.0.6pre1.0.20 mdbtools libraries ii mdbtools 0.5.99.0.6pre1.0.20 JET / MS Access database (MDB) tools -------------------------- ~# mdb-ver db.mdb JET4 -------------------------- R> odbcGetInfo(channel) DBMS_Name "" DBMS_Ver "" Driver_ODBC_Ver "" Data_Source_Name "test" Driver_Name "test" Driver_Ver "test" ODBC_Ver "03.52" Server_Name "03.52" --------------...
2010 Aug 11
3
UDL file
I have a problem with one application that using UDL file as a source to database. I have installed MDAC2.8 jet4, and changed DLL-s odbc32, odbccp32, oledb32 to native version. In odbcad32.exe I have created data source with the same configuration like in udl file and it's working. How to open UDL file for edition in wine (no text file edition)? Some ideas why it is not working?
2005 Nov 02
2
RODBC and Excel: Wrong Data Type Assumed on Import
The first column in my Excel sheet has mostly numbers but I need to treat it as character data: > library(RODBC) > channel <- odbcConnectExcel("U:/efg/lab/R/Plasmid/construct list.xls") > plasmid <- sqlFetch(channel,"Sheet1", as.is=TRUE) > odbcClose(channel) > names(plasmid) [1] "Plasmid Number" "Plasmid"