Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~14.1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for dharam_05

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.

Member Avatar for jacks009
0
13K
Member Avatar for dharam_05

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.

Member Avatar for aktharshaik
0
157
Member Avatar for dharam_05

I am working on microsoft MS SQL 2005, want to connect with vb script. Want a connect string for this.

Member Avatar for aktharshaik
0
86
Member Avatar for weshahy123

I am work with sybase Adaptive Server Enterprise (ASE) 12.5 I wanna connect sybase from visual basic 6 I found this connection string: Provider=Sybase.ASEOLEDBProvider.2;Server Name=myASEserver;Server Port Address=5000;Initial Catalog=myDataBase;User ID=myUsername;Password=myPassword; but i don not have the provider Sybase.ASEOLEDBProvider.2 I want this sostware driver and know how to connect sybase please help …

Member Avatar for aktharshaik
0
173
Member Avatar for dharam_05

What are the main differences between trancate and Delete? And is "select" command is DML or DDL?

Member Avatar for Shanti C
0
110
Member Avatar for dharam_05

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: Subject table (pk)Sub_id, Sub_name, Marks. Table 3: Stud_Sub table Stud_id, Sub_id And i come up with the query: Select Student.stud_id, Student.stud_name Max( …

Member Avatar for dharam_05
0
360
Member Avatar for dharam_05

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..

Member Avatar for varmadba
0
94
Member Avatar for dharam_05

i want to insert new row in second table and this table connected to first table. How can i do that?

Member Avatar for AllieK
0
140
Member Avatar for dharam_05

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: Table 1: Student table (PK)Stud_id, Stud_name Table 2: Subject table (FK)Stud_id, Sub_id, Sub_name, Marks. Table 3: Stud_Sub table Stud_id, …

Member Avatar for dharam_05
0
107