I\'m developing an unique application that uses a MySQL database and I\'m seeking some advice on my database schema strategy before I go and implement it.
I have an MS Access 2002-2003 database. I\'d like to know if there\'s a way to programmatically retrieve the column descriptions. I can already obtain the column type, name, etc. using
Hi I am building a social network in dreamweaver using php and sql as my server languages to interact with my databases. I am going to use godaddy.com to host my website and they say that they will gi
I am new to using Derby and databses in eclipse, and I have become a tad lost and in need to a bit of help. I have established a database connection, created a new database, and a new schema, within w
I\'m new to MySQL, and I\'m re开发者_StackOverflow社区ally confused about the different terms that I\'ve encountered. I tried googling the answer but the results are really confusing and when I try an
I\'m working with a legacy SQL Server database which has a core table with a bad primary key. The开发者_JAVA技巧 key is of type NVARCHAR(50) and contains an application-generated string based on vari
I have a question about split databases. This is the query in question: SELECT COUNT(*) FROM monies.link_monies_new lcn \'
The kind of information I want to store in this type is, for example: \"330.30 eur/ton\" or \"25.15 usd/kg\".
This is a question that\'s probably going to incur the wrath of some DBA types but I\'m gonna ask it anyway!!
I was wondering if anyone could share any best practices around the design of a concurrent user e-commerce discount engine.