Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
258 views

Access Database C#

I want to have some tips. I have worked on SQL databases in c# but i am developing a new small level application that only has to store some contact numbers so i planed for access because SQL will be ...
1
vote
6answers
8k views

Maximum number of rows in an MS Access database engine table?

We know the MS Access database engine is 'throttled' to allow a maximum file size of 2GB (or perhaps internally wired to be limited to fewer than some power of 2 of 4KB data pages). But what does this ...
0
votes
0answers
36 views

need help in macros and access DB with external oracle DB connectivity?

In existing Microsoft Access DataBase we have table that inputvalue mapped from oracle DB,I hope with help of macros its getting purged into the access DB from Oracle DB. here my question is there is ...
0
votes
2answers
243 views

Have I broken the Access Database Engine again?

While testing the below SQL code for another stackoverflow answer, I got the following errors: mdb via OLE DB: "Catastrophic failure" accdb via OLE DB: (blank message) Access2007 Query object: ...
0
votes
2answers
3k views

Using math functions in Sql with MS Access

I designed a query in SQL View using MS Access: select floor(num1) from t1; When I run it, I get "undefined function floor". I get similar errors for Ceil, Mod,Power, Sign, Sqrt, Trunc, and ...