- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 2
15 Posted Topics
Re: hi marluke if u use a data control ur code will be : data1.recordset.update ' for save data1.recordset.edit ' for edit data1.recordset.delete ' for delete data1.recordset.refresh ' for delete | |
Hi , i have problem i have made C# Application using SQL SERVER 2008 R2 I want to make deployment to setup my application with database One setup File to install my application without manually setup SQL SERVER 2008 R2 _____________ i have read many articles but didn't get _________________ … | |
i wanna make setup file to my app C# Database app with SQL SERVER 2008 R2 i wanna specific steps 1 - 2 - 3 and what about database file (.mdf), how can i handle this and i wanna when i take this setup file to any another pc once … | |
how to create crystal report using datagridview values without using database in C#? i have form that has datagridview and 2 datetimepicker when the user select the start date and end date using the datetimepicker so the data will be shown in datagridview so i wanna print all the results … | |
[COLOR="Green"]i wanna ask u if there are new fine and good controls in c# 2010 ???[/COLOR] | |
Please any One help me i want any Firewall Source Code by VB.Net i want to make a firewall so any body can help please so Urgent | |
hey in vb6 when i search about any name the code was : dim x as string x= inputbox ("Please Enter the name :") rs.findfirst "name = ' " & x & " ' " OK but in vb.net i can't do this search. please can one write the code … ![]() | |
hey every one please i want to know how can i search about name i use vb.net & SQL server 2000 | |
[I]hey[/I] [I]i want to know what about spread sheet?[/I] [I]how can i use it ?[/I] [I]why it important?[/I] [I]i want any body please tell me [/I] [I]thank you.[/I] | |
[TEX] hi every one i have problem in database if i want to create 7 tables by DAO liberary the name of the tables are : vn,itm,ctm,vst,sal,vnd & tin i have created tables as : Set db = CreateDatabase("WORKS.MDB", dbLangGeneral) db.Execute "CREATE TABLE vn(vn_nm text (30),vn_add text (100),vn_bo text (30),vn_tel … | |
syntax error in CREATE TABLE statement to create recordset i write the following statement: db.Execute "CREATE TABLE myTable(Sname text (10),Code number (5)) " is this statement true or false Please i want help thank you | |
[COLOR="Green"]i use acess 97 database , i'm not want to use datacontrol and iwant to use DBGrid how can i tie DBGrid with database by code thank you[/COLOR] | |
Re: re as recordset dim x as string x=inputbox("enter the name please :") re.findfirst"name=' " & x & " ' " if re.nomatch then msgbox "the name You Entered not found" end if | |
Re: we can use the following: 1- we must create database 2-we must create the form 3-we must connect between the database and form we use 1 control in our form a-"datacontrol" we must connect between this control and the database by two properties 1-databaseName 2-recordSource to see the results we … |
The End.