oledbconnection
What am I compromising by running my application as 32 bit in a 64 bit OS Machine
We recently moved f开发者_JS百科rom Windows XP to Windows 7. We found that one part of application in C# that try to create a dbf file for a PDA failed thorwing an error message[详细]
2023-02-12 17:49 分类:问答ACE oleDb drivers unable to handle huge excel files
Does ACE OLEDB drivers have any known issues with larger files? I am using the below code to retrieve the worksheets in a 400Mb xls file[详细]
2023-02-10 20:49 分类:问答How to add column named Zone to OleDb?
I assume that \"Zone\" is a reserved keyword, so can I put it in quotes or something to make this work?My DB connection is good.I\'ve added columns with different names.[详细]
2023-02-08 20:58 分类:问答Problem with connection string and ISAM
I have the following problem. Have little application which read some data from excel file. Here is my connection string:[详细]
2023-02-07 08:25 分类:问答System.Data.OleDb.OleDbConnectionInternal..ctor: Unspecified error
After several hours (~6 hours Win7 64bit, ~24hours WinXP) of running multi-threaded (.NET Framework 3.5 SP1 WinForms) desktop application using .mdb files as backend I\'m getting the following runtime[详细]
2023-01-22 18:11 分类:问答Read an excel uploaded through FileUpload
I have an ASP.NET web application that has a fileupload control to allow users to upload an excel file for it to read.[详细]
2023-01-13 21:45 分类:问答How do I connect to different versions of Excel from C#?
I have a program that im开发者_JAVA百科ports data from Excel into a dataset. To connect to Excel I use the following code...[详细]
2023-01-12 07:44 分类:问答Converting excel table to C# DataTable is cropping off some data
i am using the following code to convert an excel set of data on a worksheet to a C# dataTable: var connection = new OleDbConnection(\"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=\" + _filename +[详细]
2023-01-10 21:30 分类:问答Data is not saved in MS Access database
I have a visual C# project and I\'m trying to insert data in a MS Access Database when I press a button. Here is the code:[详细]
2023-01-03 12:37 分类:问答OleDB connection only working when debugging
I have a C# application that connects to a named SQL Express instance on the local machine using OleDBConnection:[详细]
2023-01-01 14:39 分类:问答