Help with ADO in french if possible 
Author Message
 Help with ADO in french if possible

With VB6 and NT4
When y create a application with ADODC object and y associate  a DATEGRID
object

Exemple :

With Data_Ado'-------------------- Is a ADODC object
    If .ConnectionString = "" Then
        .ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source="
+ FileTemp
        .RecordSource = "SelectPreview"
    End If
    .Refresh
End With
With Data_Preview '------------- Is a DATAGRID object
    Set .DataSource = Data_Ado
    .DefColWidth = 0
   .Refresh
End With

The application create a file .LDB

When y deconnect the ADO object in this methode :

With Data_Preview
    Set .DataSource = Nothing
End With
With Data_Ado
    .RecordSource = ""
    .ConnectionString = ""
End With

And y want kill a FileTemp => It's not possible

How do y want ?

Your answer in french it's possible.
Thank, Merci par avance



Fri, 02 Nov 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. ADO Access2000 error on French windows 98

2. Open ADO recordset on another ADO recordset - possible?

3. Help for french dictionary

4. Help translating into French, German & Spanish

5. Help translating into French, German & Spanish

6. Help: English Developer Needs to Write for French Users

7. Help, DDE and MS Word (French & Spanish)

8. Help -> Multiple Languages (French,Germen)

9. Help translating into French, German & Spanish

10. Help -> Multiple Languages (French,Germen)

11. search for french "help files"

12. Help a poor french about getmodulehandle

 

 
Powered by phpBB® Forum Software