| Thread | Last Post | Replies |
|
| @ variable scope | 31 Jan 2005 21:31 GMT | 1 |
if i were to declare a 'SET @foobar = 1;" in my mysql command line and then access the variable @foobar in my application, in this case, using php, why doesn't the variable recognized. i then did a 'SET @foobar = 1;' in php but when i do a "SELECT @foobar"
|
| MySQL and MSSQL on one computer | 30 Jan 2005 20:50 GMT | 1 |
Is possible to have both MySQL and MSSQL installed on one computer? Regards, Lad.
|
| mySQL vs. Access with Excel | 29 Jan 2005 22:06 GMT | 2 |
I'm helping someone who has a simple simulation model in Excel. He wants to expand the model's complexity by adding a lot more data, and I told him he needed to move to a real database. He's probably going to keep the basic model calculation in Excel.
|
| removing white space in unused fields when printing - Lotus Aproach | 29 Jan 2005 17:26 GMT | 2 |
Lotus Approach 9.6 I have just put together a mailing list, using 10 fields. Some address fields are blank in records with short addresses. When printing labels, the blank lines are spreading the address down the
|
| export Act! 2005 database to text delimited with macro | 28 Jan 2005 15:23 GMT | 3 |
I have set up a php page to display search results from a database I converted from Act! 2005 to mysql. I now need some kind of a macro to automate the task of exporting an Act! 2005 database into a text delimited file with tabs as the delimiters and then import that into a
|
| When to use procedures? | 28 Jan 2005 14:26 GMT | 81 |
Does anyone knows when should a procedure be used rather than code the statement into the application itself? Like for instance an application needs to know whether a user exists so the code will be SELECT * FROM table WHERE user.id = id; And if i were
|
| '%TYPE' equivalent | 28 Jan 2005 07:56 GMT | 1 |
my apologies for asking this qn in here as my post at the mysql didn't get a reply. in oracle there is a '%TYPE' to reference the data type of another column. is there an equivalent in mysql? thank you.
|
| Worth sending HD to data collection agency? | 27 Jan 2005 21:55 GMT | 3 |
All my accounts were on a partition of my Hard Drive which I've overwritten with something else, completely. Is it still worth while sending it to a data collection agency in the hope that they might have the technology to recover it. I've heard that there are techniques that can ...
|
| need help | 27 Jan 2005 16:22 GMT | 1 |
i have a question about answering ..... this topic is "need help" what do i have to write at te topic line, !after i have klicked the "answer message" button ive tried many possibilities, all dont work
|
| reusable database design | 26 Jan 2005 19:17 GMT | 3 |
Is it possible to make a database reusable for various applications that will be design in the future? e.g. - Project A and Project B and Project C require a 'member' table.
|
| why does procedure hang? | 26 Jan 2005 18:59 GMT | 3 |
can anybody assist me with the following procedure? it can compile and works when i do any of the following: CALL ACTIVATE_ACCOUNT('') CALL ACTIVATE_ACCOUNT('123')
|
| Joining Tables - Quick Question | 26 Jan 2005 16:13 GMT | 3 |
OK, I just can't seem to get this. It should be super easy for most of you to answer. I have 2 tables that are similar in design. 1st is called "Applications". The 2nd is called "ExtraApplications". They both
|
| column constraint in mysql | 25 Jan 2005 23:25 GMT | 3 |
hi to everybody, is it possible to constrain the values that can be inserted in a field (i.e. field > 10)?
|
| sharing a database across a vpn | 25 Jan 2005 10:34 GMT | 1 |
I am trying to setup a domain that has a vpn server to allow remote access to 5-10 users. I have noticed that most database software doesn't really sit well when being accessed over a vpn or other remote utilities.
|
| Database design qns | 24 Jan 2005 23:43 GMT | 9 |
Qn 1: I have a user_account table consisting of an auto id, email address and password fields. The id is made the primary key. Is that a good idea or should i just
|