CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rock12345

Search: Search took 0.02 seconds.

  1. Thread: wpf and sql

    by rock12345
    Replies
    1
    Views
    4,683

    wpf and sql

    i am a newbie with wpf and i need to develop a dektop application using wpf.i want to know how to select the fields,insert ,update and delete using sql operations in wpf.thanks
  2. Thread: adodc

    by rock12345
    Replies
    4
    Views
    1,257

    adodc

    If Adodc1.Recordset.RecordCount <> 0 Then
    i = 0
    End If

    abc = Combo1.Text
    Ba = Combo1.Text
    For l = 0 To List1.ListCount - 1
    If List1.Selected(l) = True Then
    cat= List1.List(l)...
  3. Replies
    1
    Views
    729

    urgent excel data help

    i have created an excel file.i need to check if the value of one the cell value and if true display other cell values in a listbox.all i m getting is a blank listbox.
    For i = 2 To i = 100


    ...
  4. Replies
    5
    Views
    1,145

    Re: adodb connection

    this is my code
    Private Sub Form_Load()

    Set cn = New ADODB.Connection
    Set rs = New ADODB.Recordset
    cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & "datasource=E:\project1\databmdb;"...
  5. Replies
    5
    Views
    1,145

    adodb connection

    i have created textboxes for each fields available in an existing database file in a vb form.i need to show the data in the textboxes whenever i click the command buttons next and previous.help...
  6. Replies
    3
    Views
    1,430

    Re: urgent help with crviewer control

    even after giving the code in form_load() its displaying a blank viewer
  7. Replies
    3
    Views
    1,430

    Re: urgent help with crviewer control

    can you tell me how to go about it then?thanks for the help
  8. Replies
    3
    Views
    1,430

    urgent help with crviewer control

    im in need of urgent help.im doing a project where i have created a report using seagate crystal reports.when i click on a command button in vbform itgoes to another form where i have placed my...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured