hello
there is a sinple data entry form in VB.NET.
there r 5 text filds n labels.
two buttons SAVE N EXIT
USE DATAREADER.
how i insert record in sql server table.
assume i have connected coding on form load.
what be on save button.
table EMP
filds :ename,empno,sa l,deptno,mgr.
give coding
User Profile
Collapse
-
insert record in sql server
-
hello,
u cannot do that directly through C#.u can call procedures throgh C# or
simple sql query.To DDL operations , open your oracle database n with sql plus
run any DDL u want .then back to C#. do any DML . -
how populate list item
hello
how to populist list item thriogh sql query in forms 6i.
see there is a form .on that one list item,stud_list .
i have sat it combo box.
but how to populate it by query. -
i am new in IT field.but i think simpler your n less time taking ur technologies ,people
will go for it.MS frequently change technology .not good so old developers r jobless.they have to learn new.Leave a comment:
-
hello
why r u moving to IT job.u search for managerial level job like system,marketin g,etc.Leave a comment:
-
U should always always require .NET framework for programs to run on that particular PC.
u can download .NET framework from microsoft website.Leave a comment:
-
dont oflow wizard method.
try coding .it is worthwhile. ofllow any standard books on .NET or
MSDN help .Leave a comment:
-
insert a row to sql table
hello
i have one webform on which 2 textboxes and 3 buttons namely INSERT ,SAVE,DELETE.
there is a table address in sql server :fields name varchar(50),str eet integer(15)i have written stored procedure for them .
textboxes used to insert values.
what is corresponding code in C# or VB.NET on button click events. -
insert n save n delete a row
hello
i have a sql table address. name varchar,city varchar,street int
.i want to insert ,delete ,save a record on button controls respectively.in C# and VB.NET .
give code :
corresponding stored procedures. -
U CAN USE VB+SQL SERVER COMBINATION OR
ORACLE +D2K COMBINATION.
GAS AGENCY SYSTEM OR LIBRARY MANAGEMENT ETC LIKE THAT......Leave a comment:
-
Top 10 Rows
how i retrive top or bottom 10 rows in a table in oracle ?
give select statement ... -
u write in sql editor
when_button_pre ssed
delete temp;
insert into temp(t1)
values('a');
commit_form;
let see it should run...Leave a comment:
-
insert data in array to sql table vb6
i have an array .
which is already filled with recordset.
i want to dump this array in a empty sql table
how to code in VB6?
No activity results to display
Show More
Leave a comment: