Topic profile page for Relational.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Relational.
Topic "Relational" was discussed 0 times on 0 sites in last 3 months
Started 1 week, 1 day ago (2009-12-31 12:16:00)
by Pittmann98
I am using a iWork 09 and I want to create a database that is relational for tracking student meeting and the duties I perform. I heard that Filemaker pro would do the job but I am interested in purchasing the program. Is there anyone out there that is really good with numbers that could help me. MacBook...
Started 4 days, 8 hours ago (2010-01-04 07:16:00)
by mlk
Is this possible ? Can I possibly have a SQL database opened with excel ? I'm wondering for development testing if it's possible to have tables interact with each other using macros or linked sheets (ie column A from table 1 is used in column B from table 2) does anyone know if such a tool has been written ? Thanks mlk (ps I use mysql on my server if that's of use)
Started 1 week, 1 day ago (2009-12-31 07:38:00)
by Mac Hardy
I have a database with 2 tables: Brds and Numbers. Birds contains 250,000 records and several fields, including one named SPECIES and one called SEQUENCE. Numbers contains only 350 records (all unique) and 4 fields: SPECIES, SEQUENCE, ABBREV, TAXON. I want a macro to enter a new record in birds as follows. I type a 4-letter ...
Started 4 days, 5 hours ago (2010-01-04 10:53:00)
by cengineer
I am using vb.net in conjunction with sql seerver studio express 2005 to create a database with 3 tables that contains data about search engine results. I have tried to create my own search engine. The problem I am having is related to the primary key and foreign key additions. I have assigned the necessary relations in studio express with the foreign keys assigned. When I call my stored ...
Started 1 week, 1 day ago (2009-12-31 10:57:00)
by MaggieMee
I have a table in mysql of a inventory. Each may/may not have a few 1 level relation or links to other. When I retrieve an item, I need to know what item relates to it. Note, relations are one way or both ways. I generally have an idea how to implement this, but I wanna see if other people will implement it diffrently EDITED I am still working on how the UI will look like using comments from ...
INVENTORY table itemcode desc size weight price RELATION table item_a item_b SELECT FROM inventory LEFT JOIN relation ON inventory.itemcode=relation.item_a ORDER BY inventory.itemcode,relation.item_b;
Started 1 week, 1 day ago (2009-12-31 09:57:00)
by Roy Schestowitz
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Some thoughts on MySQL and Oracle ,----[ Quote ] | Fear #1 is that Oracle will kill MySQL, which | Oracle is said to see as a threat to its cash- | cow relational database management system. One | might respond that similar fears were expressed | after Oracle's acquisitions of Innobase and | Sleepycat Software, but that things...
Started 6 days, 11 hours ago (2010-01-02 04:29:00)
by gazzebo69
Hello All. Just joined to hopefully enchance my understanding in object oriented techniques, specifically Java...I think.... I currently have 10 years developing on relational databases..SQL, oracle and the likes. I have a chance to join the Java development team at my current company so I am giving it a go. Damn, this is going to be a big change, from relational to object ...
Started 3 days, 20 hours ago (2010-01-04 19:22:00)
by foozap
We've been pretty happy with SimpleDB in development, it seemed to fill a pretty great niche for us, a nice clean interface for simple relational data, without having to worry about backups or schema migrations. We just got our bill for December though, and the SimpleDB portion is over $300. Yow. Obviously this prompted us to look into things a bit, and in our case ...
Started 1 week, 1 day ago (2009-12-30 21:35:00)
by Tasman120
I have several Access DBases with Date fields that are loaded with phone numbers. I'd like to use SSIS to read the source DBs, clean the data, and insert into the relational DB. Date field sample date: 800.555.1212 -- SSIS rejects this as a valid date ( which its right! ). Instead of manually updating each (100) Access DB tables, I was hoping there'd be a quick solution. I've tried ...
Started 1 week ago (2010-01-01 14:39:00)
by rearden215pa
One can not create a truly 'relational' database on any spreadsheet tool as one can not enforce referential integrity rules where one record can be associated with many records i.e one teacher can have many students, etc. Creating separate tables one one sheet is not an answer. Filemaker Pro is relational and can offer 2nd and 3rd normal form relational capabilities but the learning...