No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Hi Every Body! Please any body tell me, is java is so powerful to do system programming wih it like C language and Assmbly. | |
Hi Everybody, i am looking for ebooks on php 5. please help me and give me some nice links. | |
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" … | |
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 | |
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 … | |
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 | |
Hi Everyone. How can i use photo field in DataReport. | |
Re: 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 … |
The End.