Forum: Visual Basic 4 / 5 / 6 Dec 2nd, 2008 |
| Replies: 4 Views: 412 |
Forum: Visual Basic 4 / 5 / 6 Dec 2nd, 2008 |
| Replies: 4 Views: 412 Have made DSN, Now i want to make connect to database..
want a vb script for this. have to fetch data from data base
Somebody help please. |
Forum: Visual Basic 4 / 5 / 6 Dec 2nd, 2008 |
| Replies: 1 Views: 303 I am working on microsoft MS SQL 2005, want to connect with vb script. Want a connect string for this. |
Forum: Visual Basic 4 / 5 / 6 Dec 2nd, 2008 |
| Replies: 5 Views: 817 I am working on microsoft MS SQL 2005, want to connect with vb script. Want a connect string for this. |
Forum: MySQL Sep 22nd, 2008 |
| Replies: 2 Views: 551 What are the main differences between trancate and Delete?
And is "select" command is DML or DDL? |
Forum: MySQL Sep 16th, 2008 |
| Replies: 5 Views: 2,266 Thanks guys but i have one query, if i have some null values and some empty string in the table and if i execute select * from from table. whether it will print fields having null and empty string ?... |
Forum: MySQL Sep 15th, 2008 |
| Replies: 5 Views: 2,266 Can anyone explain me what are the main difference between a null value and blank value in database. It important please help me out. thank you. |
Forum: MySQL Sep 5th, 2008 |
| Replies: 6 Views: 1,419 |
Forum: MySQL Aug 28th, 2008 |
| Replies: 6 Views: 1,419 Can we put only subject.marks in place sum(marks)...
And one more thing can you please ellaborate how this query going to work, i mean in sub query it fetch one record or it going to fetch no. of... |
Forum: MySQL Aug 28th, 2008 |
| Replies: 6 Views: 1,419 Thanks for your reply...
i guess it going to work... |
Forum: MySQL Aug 27th, 2008 |
| Replies: 6 Views: 1,419 no one can help me out...in this forum |
Forum: MySQL Aug 25th, 2008 |
| Replies: 6 Views: 1,419 Hi i want need to fetch sec highest marks from given tables.
my database design is like:
My database design:
Table 1:
Student table
(PK)Stud_id, Stud_name
Table 2: |
Forum: MySQL Aug 22nd, 2008 |
| Replies: 2 Views: 465 Hi,
I just want to retrieve name of the employees who have two or more than two email_id in employee table. pls help me out.. |
Forum: MySQL Aug 8th, 2008 |
| Replies: 10 Views: 1,379 yes i too thinking of trigger " after inserting in salary". but was not too sure... |
Forum: MySQL Aug 8th, 2008 |
| Replies: 10 Views: 1,379 |
Forum: Database Design Aug 7th, 2008 |
| Replies: 4 Views: 1,043 Ok i give a try thanks , will get back to you. |
Forum: MySQL Aug 7th, 2008 |
| Replies: 10 Views: 1,379 Ya with the same Emp_id it will be ok but i wanta dd new Emp_id in sec table..
just want give more info like:
Emp table
Emp_id Emp_name
1 ABC
2 EFG
Salary table |
Forum: MySQL Aug 7th, 2008 |
| Replies: 10 Views: 1,379 i dont want to fetch the records i just want to insert new rec in sec table's field so when i enter new Emp_id in salary table then this Emp_id should also be reflected in first table. |
Forum: Database Design Aug 7th, 2008 |
| Replies: 4 Views: 1,043 Ok so there is no need of stud_id in sec table?
other than that thing are ok in database?
But i want to calculate sec highest marks of the student. |
Forum: Database Design Aug 7th, 2008 |
| Replies: 4 Views: 1,043 I have to create database of student having different subjects and marks in respective subjects.
Now many students will many subjects so there is many to many relationship.
My database design:... |
Forum: MySQL Aug 7th, 2008 |
| Replies: 10 Views: 1,379 There are two tables:
1) Emp table with fields.
Emp_id, Emp_name,Dept.
2) Salary table with fields.
Emp_id, Salary.
I want to insert new record in salary table, if i insert rec in salary table... |
Forum: MySQL Aug 6th, 2008 |
| Replies: 10 Views: 1,379 i want to insert new row in second table and this table connected to first table.
How can i do that? |