Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
~9K People Reached

15 Posted Topics

Member Avatar for marluke

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

Member Avatar for Mark_Jones
0
6K
Member Avatar for ahmed elweshahy

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 _________________ …

Member Avatar for Mitja Bonca
0
103
Member Avatar for ahmed elweshahy

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 …

Member Avatar for skatamatic
-2
153
Member Avatar for ahmed elweshahy

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 …

Member Avatar for kamilacbe
-1
91
Member Avatar for ahmed elweshahy

[COLOR="Green"]i wanna ask u if there are new fine and good controls in c# 2010 ???[/COLOR]

Member Avatar for ddanbe
0
60
Member Avatar for ahmed elweshahy

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

0
55
Member Avatar for ahmed elweshahy

how can i convert an access database to oracle database please help me

Member Avatar for kevs1607
0
77
Member Avatar for ahmed elweshahy

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 …

Member Avatar for iamthwee
0
76
Member Avatar for ahmed elweshahy

hey every one please i want to know how can i search about name i use vb.net & SQL server 2000

Member Avatar for QVeen72
0
63
Member Avatar for ahmed elweshahy

[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]

0
62
Member Avatar for ahmed elweshahy

[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 …

Member Avatar for QVeen72
0
200
Member Avatar for ahmed elweshahy

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

Member Avatar for manoshailu
0
93
Member Avatar for ahmed elweshahy

[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]

Member Avatar for QVeen72
0
96
Member Avatar for cybuster

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

Member Avatar for PVBert
0
2K
Member Avatar for ReeciePoo

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 …

Member Avatar for ahmed elweshahy
0
104

The End.