A database is an organized collection of data.

learn more… | top users | synonyms (3)

0
votes
2answers
111 views
+50

initialise all values in a query to 0 and top to NULL if there's no result

Hi all i execute this query to get a table where there's statistics of some database information.. i'd like to intialise the fields that don't exist ( because the query is executed in different dates ...
0
votes
0answers
30 views
+50

How can I link an external Access table via .NET?

I have two files located in an App_Data folder in my solution. Both files are .accdb files and one is a file of tables, the core. I have another file that contains the stored queries and some VBA ...
0
votes
3answers
47 views
+200

Efficient way to pull data from second database?

We have a primary database where all of our app resides. But there's a second database (updated from an external source), that I'd like to be able to connect to so I can pull data from it. I don't ...