Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Databases > MySQL [7 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
SitePoint Auto log in mysql session script  
02:18 24-Oct-06   [Replies: 5, Views: 48]    By: Unnamed
Kia Ora The following script is designed to welcome back a previously logged on user But I am little stuck as to why i cant get the $last_login variable to work the row exsists in ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Querying for transaction totals and last transaction date  
20:58 23-Oct-06   [Replies: 2, Views: 35]    By: Unnamed
Hi guys, I hope you can help ... this one has me stumped. I have a list of currency transactions made by users. I need to generate a list of users along with their transaction total (sum ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Now() function  
19:42 23-Oct-06   [Replies: 1, Views: 31]    By: Unnamed
I am using now function to get current date when info is added to my table. I am using a hosting provider that is 6 hrs ahead in time zone so i always have to subtract 6hrs to get the correct time...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Setting up a database and linking it to a website ?  
18:06 23-Oct-06   [Replies: 3, Views: 96]    By: Dez
Does anyone know how to setup a database linked to a website please ? I would like to setup a database so that when someone fills in their first name and email address to receive newsletters, it...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Sorting and Returning Data From Two Tables  
16:43 23-Oct-06   [Replies: 2, Views: 39]    By: thody
Hello, I've been struggling with finding the best way to get similar data from two tables sorted and returned. To simplify things, I need `id` and `dateAdded` returned from t1 and t2, sort...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal auto increment based on outside table  
14:16 23-Oct-06   [Replies: 0, Views: 461]    By: Unnamed
Looking for suggestions on how to auto increment a field based on a field from an outside table. For instance, if InvoiceNo is in InvoiceTable and CompanyName is in CompanyTable, would like to...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint report writing query problem (joins again...)  
13:22 23-Oct-06   [Replies: 9, Views: 65]    By: Unnamed
Hola database type folks, I have been trying to get this right for sometime but now must admit defeat I have 3 tables artists -> holds details on the artists card_gallery -> h...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint can you RIGHT JOIN a list? (from two different servers and databases)  
13:22 23-Oct-06   [Replies: 5, Views: 47]    By: WebDevGuy
One database provides a list of items to be used in a query against another database's table. The two different database are on two different servers. Can I get the list from one query and us...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint mysql diagram viewer  
12:30 23-Oct-06   [Replies: 2, Views: 62]    By: reminder
hi... do someone maybe know where can i find some free software to see mysql diagrams? any suggestion appreciated... thanx in advance... ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint viewing Access style relationship diagram in MYSQL  
11:36 23-Oct-06   [Replies: 3, Views: 42]    By: pug2112
Is it possible to view an E-R diagram within MySQL? (As in Relationships in Access) ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Merging tables with possibly identical data  
11:26 23-Oct-06   [Replies: 2, Views: 40]    By: Unnamed
Hello to all you db gurus... Im looking to merge two tables in my db (or more specifically, insert one's values into the other). This post is pretty helpful for how to set up the merge, but my...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint select same row multiple times using column  
09:23 23-Oct-06   [Replies: 1, Views: 34]    By: mscene256
I've seen this asked before and although someone answered that it is possible, they did not post the solution, so if anyone can enlighten me that would be helpful. Basiclly with table info ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Bay Breeze Software released SQL Edge 2.2 to support MySQL and Postgre..  
03:48 23-Oct-06   [Replies: 0, Views: 326]    By: baybreezesoft
SQL Edge is a universal SQL query tool that allows users to execute SQL queries, browse schema information in ER diagrams, and visualize data relationships. With SQL Edge, users can use only one q...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Seperate Categories Vs. Enum  
23:28 22-Oct-06   [Replies: 1, Views: 26]    By: Ben
Hello, I have a simple CMS and I am wondering what is the correct way to categorize articles in a database. I have a main articles table, like so: Code: CREATE TABLE articles ( ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Subtracting in query .....  
19:21 22-Oct-06   [Replies: 11, Views: 69]    By: Unnamed
Well, I've gotten a DB that I made to keep track of inventory. Its got a couple of tables, but the one thats giving me greif is the "changes" table. Here is the makeup of it .... ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint why won't EXCEPT statement work in MySQL?  
15:01 22-Oct-06   [Replies: 1, Views: 33]    By: ianfrei
i have this sample table: studid varchar(10) name varchar(40) address varchar(40) in which i queried and displayed list of students, what i wanted to do was disp...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint pagination: find what page the result will be on?  
10:52 22-Oct-06   [Replies: 1, Views: 37]    By: PotatoFro
so a bunch of results are grabbed from the DB matching my query (each with a unique ID) and i'm paginating them with a limit of 20... if i know the ID of a specific result i want to go to, is ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint unable to connect to mysql from the command line  
10:30 22-Oct-06   [Replies: 4, Views: 52]    By: jasongr
Hi people I have a php application which successfully connects to mysql and interacts with the database. I am using apache as my web server. I would like to invoke my code from the comma...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint update multiple tables?  
08:45 22-Oct-06   [Replies: 1, Views: 46]    By: PotatoFro
situation: a user wants to change their username on my site and their username is littered accross many tables in the DB. If in every one of those tables i've got a static "user_id" c...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint MySQL Structure And Date Question  
05:11 22-Oct-06   [Replies: 1, Views: 40]    By: cheesedude
I have two questions. One pertaining to the proper structure of my database and the other to the way MySQL handles dates. 1) I am setting up a database with personnel information on employee...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint when someone use the term cluster?  
04:20 22-Oct-06   [Replies: 3, Views: 41]    By: Unnamed
Hi, When some one use the term cluster saying ' we have two clusters one here one in some other city' what do they mean by that? , is cluster is like copy of a database at different locations ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint spaces  
22:15 21-Oct-06   [Replies: 1, Views: 38]    By: xPox
I can't remember having this problem before, but when I try to insert a new row into my database, it throws an error when it gets to a column name that has a space in it. Is there any way to reso...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint BETWEEN using letters (A-Z)  
22:04 21-Oct-06   [Replies: 3, Views: 57]    By: mattalexx
I have to filter a query by the first letter in its name. I have a menu that looks like this: A-E | F-J | K-O | P-T | U-Z How would I gather, for example, records that start between A and ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint permissions problem  
21:07 21-Oct-06   [Replies: 1, Views: 40]    By: xPox
I can query my MySQL database with any SELECT, UPDATE, DELETE, etc. queries, and it works perfectly, but when I try to do a LOAD DATA INFILE query, I get a permissions problem. Any ideas why this...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Seaching like Google...  
21:00 21-Oct-06   [Replies: 2, Views: 51]    By: jackli
Using LIKE='%Gates Bill%' in a column containing 4 rows: 1. Bill Gates is the man who owns the money of the world. 2. Billy the Kid shot and robbed a dozen banks, killing 42 and injuring 4...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  14  15  16  17  18  [19]  20  21  22  23  24  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006