Tagged Questions

1
vote
4answers
70 views

Change all primary keys in access table to new numbers

I have an access table with an automatic primary key, a date, and other data. The first record starts at 36, due to deleted records. I want to change all the primary keys so they begin at 1 and …
1
vote
7answers
445 views

Microsoft JET SQL Query Logging or “How do I debug my customer’s program?”

The problem: We use a program written by our biggest customer to receive orders, book tranports and do other order-related stuff. We have no other chance but to use the program and the customer is …
1
vote
4answers
64 views

How can I import an Excel spreadsheet on a 64 bit OS using ASP.NET?

I wrote an ASP.NET page that imported data from an Excel spreadsheet without any problems. Then I moved it to the server and found out that it didn't work on a 64 bit OS. After some Googling I found …
0
votes
0answers
31 views

NHibernate + Jet Replica Database - Exception thrown when committing transaction (”a different object with the same identifier value was already associated with the session).

I have an application where we're using NHibernate and the NHibernate Jet Driver to open existing .MDB files (Access 2003 / Jet 4.0 databases), read some information and add some new records. …
1
vote
3answers
67 views

Determine existence of results in jet SQL?

In Jet, I want to test if certain conditions return any results. I want a query which returns exactly one record: "true" if there are any results, "false" otherwise. This works in MS SQL: SELECT …
2
votes
3answers
402 views

Autonumber value of last inserted row - MS Access / VBA

I have a JET table with an auto-number as the primary key, and I would like to know how I can retrieve this number after inserting a row. I have thought of using MAX() to retrieve the row with the …
2
votes
3answers
89 views

Is Jet database engine included in Windows xp, vista and Windows7?

I need a data store for single-user, read-only access. I need multiple tables, but not related. I also need to do two-column indexing. Seems like Jet is a good choice. Front end will be either VB or …
1
vote
3answers
71 views

Access/jet equivalent of Oracle’s decode

Is there an equivalent for Oracle's decode() in Access (or Jet, for that matter). The problem I am facing is: I should sort (order) a resultset based basically upon a status and a date (with all …
0
votes
0answers
65 views

OleDbException: Too many fields defined

Strange error that just started happening. I have the following bit of code to read the first sheet of an .xls into a dataset DataSet myDataSet = new DataSet(); string strConn = …
0
votes
1answer
113 views

How to get the name of Constraint?

Hi, I am using MS Access Database and trying to full data from C# 2.0. How can i get the constriant name (Eg: name of Primarykey not the field name of primary key) using ADOX. Thanks in advance …
1
vote
4answers
87 views

What is the fastest method for importing from the active sheet in Excel to SQL Server?

What is the fastest way to import data into a SQL Server database directly from the active worksheet in Excel? I have had great success simply looping through the rows and columns, generating a SQL …
3
votes
7answers
429 views

CPU Stuck at 100% on Customer PC, any debugging suggestions?

Hi all. I'm having a dead-end situation with one of the clients using my software. Out of about 40 copies of our product sold (Application programmed in .NET 2.0 using VB.NET 2005), about 2 get …
2
votes
4answers
2k views

How to get id of newly inserted record using Excel VBA?

Seems a common enough problem this, but most solutions refer to concatenating multiple SQL commands, something which I believe can't be done with ADO/VBA (I'll be glad to be shown wrong in this regard …
0
votes
2answers
248 views

How to Read xml spread sheet

Hi All, I have a 3rd Party tool that generates an xml spreadsheet (*.xls). I have another program that reads this spreasheet and processes it. The content of the generated xml spreadsheet is a table …
0
votes
0answers
49 views

Why Msjetoledb40.dll is missing in Windows 2008 core - 32 bit and R2 as well?

Hello, I am working on Windows 2008 core R2 and 32 bit. While running application in which I am trying to connect to .mdb file by ADODB connection and using provider as 'Microsoft Jet Provider 4.0' …

1 2 3 4 5 next
15 30 50 per page