I have an SQL Serve CE 3.5 database. I need to store info like database version, serial number, etc.. Where can I store it? Do I create a single table for them? If so, what will be the table structure?
I just need a simple listing of database information, but the data will be of different datatypes.
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER