Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for Naveed_Cn

Hi Every Body! Please any body tell me, is java is so powerful to do system programming wih it like C language and Assmbly.

Member Avatar for vishalbaid
0
2K
Member Avatar for Naveed_Cn

Hi Everybody, i am looking for ebooks on php 5. please help me and give me some nice links.

Member Avatar for peter_budo
0
138
Member Avatar for Naveed_Cn

Hi Everyone I m trying to open password protected Database for Data Report applying the following Code in Command Button1. Dim CN As ADODB.Connection Dim RS As ADODB.Recordset Set CN = New ADODB.Connection Set RS = New ADODB.Recordset CN.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0" & _ ";Data Source =" & App.Path & ".\MyDataBase.mdb" …

Member Avatar for QVeen72
0
201
Member Avatar for Naveed_Cn

Hi Everyone Please anyone tell me how can I use the following code in vb6 Module. Dim db As Database Dim rs As Recordset Private Sub Form_Load() Set db = OpenDatabase("C:\MyDatabase.mdb") End Sub Thanks in advance

Member Avatar for manoshailu
0
95
Member Avatar for Naveed_Cn

Hi Everyone I want to use other languages in vb6 textboxes like Arabic, Farsi and especially Urdu. I have little knowledge that it can be done by API programming but I don't know the code which can be use for different language. For Example for USA English we can use …

Member Avatar for Naseem89
0
101
Member Avatar for Naveed_Cn

Hi Everyone:* I am working on Database project using DAO. Now I got a problem in counting all the data from one Field:-/ . Please help Me in this problem. :confused: And Tell Me how can I get the total of any field by using SQL STATEMENT? Thanks In Advance

Member Avatar for AV Manoharan
0
82
Member Avatar for Naveed_Cn
Member Avatar for swatirao

Here you Go... 1:- Firs Place one DTPicker1 on Form. 2:- Go To DTPicker1 Properties and Set Format = 3-dtpCoustom. 3:- Private Sub Form_Load() DTPicker1.CoustomFormate = "dd-MM-yy" End Sub 4:- Private Sub Command1_Click() Dim db As Database db.Execute ("INSERT InTo Tabel1(iDate) Values(' " & DTPicker1.Value & " ' ") End …

Member Avatar for Naveed_Cn
0
110

The End.