send your code and tell us where exactly you want our help.
http://www.jedit.org/
vb6 do not use imports ,this code is for sure visual basic .net (vb2008 for example)
1) all your forms (except form1) must have this code Private Sub Form_Unload(Cancel As Integer) Rs.Close conn.Close Form1.Visible = True End Sub...
why do you use so many databases? use only one with many tables its better approach.
make a control array of grids and add the totals of each one of them to get the desired total p.s. you have 2 different programs its better to...
you do something wrong check this
one of the many ways is this Private Sub Command1_Click() On Error Resume Next conn.Execute "drop table table3" conn.Execute "drop table table4"...
when you ask something try to be precise. here is an example with a command button used as a trigger to get your result.
you use a command button to calculate the result?
it depends on what you are planning to do
another way is this #include <stdio.h> int main(){ for (int i=1;i<=5;i++){ for (int j=1;j<=5;j++){ if (j<=(5-i))...
hints ========= -your output must have 5 lines (maybe a for from 1 to 5?) -the first time you print 4 spaces and one star=5 characters (maybe a...
do you mean like this?
query1 ============== SELECT DISTINCT date AS field1, sum([Total Amt]) AS field2 FROM Table1 GROUP BY date; notice that field1,field2 are...
start writing code ,start with what you know ,for example the class skeleton, constructors,etc. post here your code and i will debug it for you...
download from here http://www.oracle.com/technetwork/java/download-139443.html
your code is only passing the value of field10 of the current selected record. if i understand correctly what you want to do,i think you should...
try this http://www.vbtutor.net/vb2008/vb2008_lesson1.html
first of all correct your errors ,for example Private Sub Text8_Click() If Text4.Text = 1 Then'the correct is if val(Text4.text)=1 then...
Separate names with a comma.