Access 2013 DBF Files import help
I know MS removed the DBF import export, but hopefully someone knows of a workaround. I use Access to import/export dbf files as needed for our presort software. The code is: DoCmd.TransferDatabase a
I know MS removed the DBF import export, but hopefully someone knows of a workaround. I use Access to import/export dbf files as needed for our presort software. The code is: DoCmd.TransferDatabase a
Hello world! I am digging myself into the topic of database connections and unfortunately I am stuck. Problem: On a sharpoint webserver I have two files: source.xlsx and analysis.xlsx. The source
The example of the program of import of data in Excel from PostgresSQL DB is necessary
I have an access database frontend installed on multiple workstations on the network. The backend (containing the tables) is stored on a network drive. Beint new to access, and VBA, I am not sure how
I use var selectCmd = "SELECT * FROM [" + excelSheetName + "]"; The connection string With Extention of: Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + absPath + fName + ";Extended Properties=
Hello! I'm having an issue with connecting to my Access 2010 database through SQL Server 2008 Report Builder 3.0. I attempted using the 2007 connection string but it keeps failing. I have it set up th
hi, i m new to this environment. can u explain me how can i get all the column names from a sheet.I have more than one sheet in my workbook and i want to get the column name from with their respectiv
I have tried to connect to Citrix Oracle Database using the logic i used to connect to Database..But here i am getting error.. is Connecting to Citrix database is different to Normal Oracle databas
Hi I have made this VBA programming that copys from a Excel sheet to another. But now I get this message "There is a lagre amount of information on the Clipboard. Do you whant to be able to paste t
I used the Access 2010 upsize Wizard to put a table on our SQL Server (2008 r2)and still use the 2010 Access database for the frontend. It works fine on my computer because I setup a data source from
Hey all, first time poster. I am a GIS (Geographic Information Systems) analyst and I use ACCESS and EXCEL alot for data extraction to bring into my GIS system. I have a vbScript file that was crea
Hi. I have two files (file1.xlsm and file2.xlsx) and I want to bring a series of data from file2.xlsx to file1.xlsm, without opening the first one (file2.xlsx). For this I am using this code, which
Hi! (sorry for bad english) I get an error code that says (translated from swedish) "Wrong SQL expression, use Delete, Select, Insert...." Error Code -2147217900 (80040e14) rs.Open i marked The thi
Good Day Sir, Thanks for your articles on connection strings. They are quite educative and useful for beginners and experienced users. Please I have an issues that goes as follows: I have a 32
Hi, I'm having windows application and ms access database as backend.... I want to use IP address of machine, where my ms access database resides, in datasource property of appsettings in app.conf
How to connect access 2007 or 2010 with vb 6, thanks for your help. attn. gerardo g
I am currently testing the conversion to Access 2007 from Access 1997. I have discovered an anomaly in the external access process to Access 2007 databases. If you connect to the Access 2007 databas
Have a small ap that otheres want to use. Originally the ap was connected to SQLServer Express R8 via odbc with linked tables (only use 2 of the 50 tables in the db) and it works fine. Now that others
I have an Access 2007 database with records being inserted every 5 minutes, there are 17 columns. 1st column - date and time 2nd column to 17th column are values - (0-100) My Excel 2007 OLEDB dat
Hi there.! I've been working on our Software Analysis Development project for how many days and sleepless nights, the application is an Online Shopping. I'm using Microsoft Visual Studio 2010 as my en
When I attempt to connect to an MS Access database with the following connection string, "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;User ID=Admin;Data Source=" + strDatabasePath
I have a web site which is a subset of another web site (that's what the client wanted). I want to share the Access database between the two. What would the connection string look like? Help most
Dear guys, can i interact with database on a web space via ftp or http from my winform application? if so then whats the starting point? Why i want to do this is becuase i have A client server applica
hi all - first post - unfamiliar territory - looking for a helping hand been trying to open/use an old app - dev'd about 5 or 6 yrs ago - uses an export/import function to an Access db. I'm on Vista H
Bonjour, J'arrive pas à me connecter sur ma base de donnée ACCESS, voici le message d'erreur : le fournisseur "microsoft.jet.oledb.4.0" n'est pas inscrit dans l'ordinateur local voici la cha
I found the useful connection string to access to Excel 2007 Macro enabled workbook. Here is the connection string Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\report.xlsm;Extended Propertie
Hi I need to write a C#.Net program to read an Excel 2010 file. What is the OLE DB driver that I should use? Is it ACE OLEDB 12.0? Thanks in advance.
Hi, I'm trying to add an RC4-128 encripted Access 2007 DataSource to my VB2010 Windows Forms Project through the Add New Data Source Wizard but, when I click the Test Connection button, I am gettin
I am running Oracle 10g on an Windows XP system. How do I access data in a MS-eXcel spreadsheet from SQLPlus? I have set up the eXcel ODBC Driver. What does the following SQL Server code translate
Can we get data from table feature of Excel 2007 / 2010? Ex. Select * from Table1 or Table 6, instead of select * from [Sheet1$]