Click here to Skip to main content
15,903,033 members
Home / Discussions / Database
   

Database

 
GeneralRe: Numbers of rows different in Q.A and in E.M.!! Pin
Yulianto.6-Jun-05 16:02
Yulianto.6-Jun-05 16:02 
GeneralRe: Numbers of rows different in Q.A and in E.M.!! Pin
under28116-Jun-05 19:15
under28116-Jun-05 19:15 
GeneralSQL query builder from an App Pin
Leyu4-Jun-05 20:41
Leyu4-Jun-05 20:41 
GeneralRe: SQL query builder from an App Pin
niansah4-Jun-05 23:41
niansah4-Jun-05 23:41 
GeneralRe: SQL query builder from an App Pin
Leyu6-Jun-05 5:59
Leyu6-Jun-05 5:59 
GeneralRe: SQL query builder from an App Pin
niansah6-Jun-05 23:41
niansah6-Jun-05 23:41 
GeneralLoads of problems in VB .net Pin
Mega14-Jun-05 18:57
Mega14-Jun-05 18:57 
GeneralRe: Loads of problems in VB .net Pin
Colin Angus Mackay5-Jun-05 0:16
Colin Angus Mackay5-Jun-05 0:16 
I hope that's pseudo code.

SqlCommand cmd = new SqlCommand("SELECT sm_referencetext0 FROM calpackage WHERE sm_trackingno = @trackingNo", myConnection);
string result = cmd.ExecuteScalar();
label.Text = result;
The above code assumed you already have a connection called myConnection and it is open.

Does this help?


My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralRe: Loads of problems in VB .net Pin
Luis Alonso Ramos6-Jun-05 7:10
Luis Alonso Ramos6-Jun-05 7:10 
QuestionHow it is showing name of owner different than actual in sql server2000 Pin
under28113-Jun-05 17:51
under28113-Jun-05 17:51 
GeneralImage in SQL Server 2000 Pin
Dino Sousa3-Jun-05 12:34
Dino Sousa3-Jun-05 12:34 
GeneralRe: Image in SQL Server 2000 Pin
zhengdong jin5-Jun-05 8:55
zhengdong jin5-Jun-05 8:55 
GeneralRe: Image in SQL Server 2000 Pin
Dino Sousa5-Jun-05 12:51
Dino Sousa5-Jun-05 12:51 
GeneralRe: Image in SQL Server 2000 Pin
zhengdong jin8-Jun-05 7:29
zhengdong jin8-Jun-05 7:29 
GeneralCreating a Access Database from SQL statements in C# Pin
Wilye3-Jun-05 11:05
Wilye3-Jun-05 11:05 
GeneralTransfering of files and folders Pin
Anonymous3-Jun-05 2:48
Anonymous3-Jun-05 2:48 
GeneralRe: Transfering of files and folders Pin
Colin Angus Mackay3-Jun-05 4:29
Colin Angus Mackay3-Jun-05 4:29 
QuestionIDispatch, ADORecordset and Property loss?!? Pin
almc3-Jun-05 0:54
almc3-Jun-05 0:54 
QuestionSQL DateTime average function? Pin
devvvy3-Jun-05 0:31
devvvy3-Jun-05 0:31 
AnswerRe: SQL DateTime average function? Pin
toxcct3-Jun-05 3:35
toxcct3-Jun-05 3:35 
AnswerRe: SQL DateTime average function? Pin
oykica6-Jun-05 7:32
oykica6-Jun-05 7:32 
Generalcurrency convertor Pin
Virendrak2-Jun-05 21:57
Virendrak2-Jun-05 21:57 
GeneralRe: currency convertor Pin
Colin Angus Mackay2-Jun-05 22:21
Colin Angus Mackay2-Jun-05 22:21 
GeneralRe: currency convertor Pin
Yulianto.2-Jun-05 22:53
Yulianto.2-Jun-05 22:53 
GeneralRe: currency convertor Pin
Kareem Shaker4-Jun-05 23:20
Kareem Shaker4-Jun-05 23:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.