Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . databases . mysql
This is a Usenet group - learn more
Find or start a Google Group about mysql.
Group info
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 6552  Older »
Description: MySQL RDBMS technical discussions.
 

trigger to update the same table different row 
  Hi, i have table: id | data 1 | aa 2 | bb 1 | cc If i will update data in first row to 1 - abc i need to copy this value to 1 | cc so after update table should looks like this: 1 | abc 2 | bb 1 | abc So i tried trigger, but there is an error ...because it is already used by statement which invoked this stored... more »
By TomoT  - Jun 1 - 6 new of 6 messages    

help to guide how to access mysql through ruby 
  Hi i have ruby 1.9.2 and have installed dbi 0.4.5 when i tried to run a sample ruby file to get mysql version i got following erros.i have referred many sites,cannt clear,Plz guide me. ------------------------------ ------------------------------ --- mmp@mmp-Lenovo-G560:~$ ruby simple.rb <internal:lib/rubygems/custom_ require>:29:in `require': no such file to load -- parsedate (LoadError)... more »
By manimuthu4ruby  - May 29 - 9 new of 9 messages    

6 vital Business Intelligence user requirements to understand 
  Full Article [link] Brief Typically, users will fall into one of three categories in relation to the timeliness of data required: * Report broadcasts and scheduling: Many BI users won’t require real-time data access. For example, the marketing department of BigBrands Co. might rely on weekly sales reports to gauge the effectiveness of brand strategies and specific marketing campaigns over a significant period of time. Daily, or real-time reports – such as transaction level reports – would provide too much detail. The strength of BI in this instance is in its ability to track and identifying trends over time, while simultaneously allowing users to connect shifts in the data to real-life events (marketing campaigns) to support strategy development.... more »
By janette.pellet...@yahoo.com.au  - May 24 - 1 new of 1 message    

statement has been closed, no further internal information available 
  Hi, Have you ever ancountered following error ? : com.mysql.jdbc.JDBC4PreparedSt atement@927ea9: statement has been closed, no further internal information available Regards
By Andrzej Skarżycki  - May 23 - 3 new of 3 messages    

Table design for online book. 
  I am trying to puzzle out the best way of doing this: Essentially I have an entity called 'book' which is split into 'chapters' each one of which is a massive chunk of text. (let's ignore illustrations and diagrams for now). I want to serve that as 'pages' of fixed geometric size into a fixed... more »
By The Natural Philosopher  - May 23 - 10 new of 10 messages    

Mysql as DB2 client 
  Hi Is it possible to virtualize DB2 database into Mysql ? I mean, Mysql as DRDA DB2 client Thanks in advance. -- .
By CENTRINO  - May 23 - 1 new of 1 message    

Modelling question with identifying relationship 
  I want to create tables Parents and Children. I started with what I have below and then used MySQL Workbench. CREATE TABLE Parents ( ParentID INT NOT NULL, Name VARCHAR(45) NOT NULL, PRIMARY KEY (ParentID) ); CREATE TABLE Children ( ParentID INT NOT NULL, Name VARCHAR(45) NULL,... more »
By Joseph Hesse  - May 16 - 7 new of 7 messages    

Stats comp.databases.mysql (last 7 days) 
  "Caveat: Quantity is not necessarily a measure of Quality" Newsgroup.................: comp.databases.mysql Stats Were Taken..........: Mon, 14 May 2012 07:08:22 GMT Stats Begin...............: Mon, 07 May 2012 07:17:50 GMT Stats End.................: Sat, 12 May 2012 21:32:14 GMT Days......................: 7... more »
By me  - May 14 - 2 new of 2 messages    

remote access mysql can't connect when changed from localhost to IP# 
  Hello I get this error when starting mysql using MysqlAdmin application service window ...But when I relaunch mysqladmin I get the error ...There is no error log I can find with May 13 date What changed is I got a permanent IP address using dyndns pro account I did bind-address: XX.XXX.XX.XX on the IP address given.... more »
By css-discuss.org  - May 13 - 15 new of 15 messages    

MY SQL Queries are Slow 
  Hi, I am using Application in one Server and MySql DB in another server(Both are Linux). I am using the InitialContext and Datasource for connection using java.Here my problem is Slow in Query execution while calling from the application server. While I deploying the application and the MySql in the same server it is fast. Here I am... more »
By George  - May 11 - 5 new of 5 messages    

1 - 10 of 6552   « Newer | Older »

XML