Hi,
I was confused reading last line of your question!!!!! (col6 sum of deliveies from the second table beteen the date in col1 and col2
) because col1 contains well_name , So please redefine your question.
But in meanwhile see if you can get something out of the follwing query :)
IF EXISTS(SELECT Name FROM SysObjects WHERE Name = 'inspections ')
BEGIN
DROP TABLE inspections
...
User Profile
Collapse
-
Hi,
I do not understand the actual scenario what u are looking for,But you could try something like this..Hope this helps you :)
IF EXISTS(SELECT Name FROM SysObjects WHERE Name = 'ABCD')
BEGIN
DROP TABLE ABCD
END
GO
create TABLE ABCD
(
C1 varchar(25),
C2 Varchar(25),
C3 Varchar(25),
C4 Varchar(25)
)
GO
INSERT INTO ABCD(C1, C2...Leave a comment:
-
working with multiple forms in c#.net
hi,
i have a application( very similar to SQL server management studio).
when the user enters the login data and entries are done , the the login scree must be closed transferring all data from the login screen, then a new form shall be activated.. "now i want to pass the login information, exit the login form and open a new form".. please let me know how to do this?? -
form2.comboBox2 .text = form1.comboBox1 .text
loop this statment untill the listcount if u want to add all the items in the combobox...Leave a comment:
-
-
-
try this out,
txtTextBox.lock ed = true
this also does the same job.
.enabled works fine, but try this and check, does it make any difference..
happy learning..
:-)...Leave a comment:
-
try out this ,use a listbox control, and in properties set style to 1-checkbox,
jus add theitems to the list using additems method,.....Leave a comment:
-
how to rotate a Label
hi,
how to rotate a label, assume that the degree of rotation is passed as argument to the function, the function has to print the label in the specified angle.. -
No activity results to display
Show More
Leave a comment: