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

Search:

Type: Posts; User: eawedat

Search: Search took 0.04 seconds.

  1. Re: DataColumn's AutoIncrement Returns False Always

    I assume the answer is No , because dataAdapter came to fill the DataTable , once Databale is filled there is no need for the dataAdapter and I can release it.
  2. DataColumn's AutoIncrement Returns False Always

    Hey all,

    I am interested to check out whether column has an autoincrement/allowdbnull property .

    Having this code below , gives me always false although I already have one column that has...
  3. Replies
    2
    Views
    3,478

    Re: Getting DataTypeName of each column of table

    mysql> select * from teachers;
    Empty set (0.00 sec)
  4. Replies
    2
    Views
    3,478

    Getting DataTypeName of each column of table

    Hi there ,
    I have this code :


    Dim query As String = "show columns from " & table_name & " from " & db_name

    Dim connection As New MySqlConnection(cons)
    Dim cmd As New...
  5. Replies
    3
    Views
    15,622

    Re: Socket Multiple Connection VB.NET

    Craig Gemmill thank you for your help.

    I tried your code of closing serverStream and Client.

    but I got this message :


    A connection attempt failed because the connected party did not...
  6. Replies
    3
    Views
    15,622

    Socket Multiple Connection VB.NET

    hey all ,

    I wish to send message to multiple computers (LAN network).
    each computer in lab is running the server except one computer which is the client.
    problem : once message has been sent to...
  7. Replies
    7
    Views
    1,536

    Re: Auto Fill TextBoxes when Paste

    Sorry I did not mean to,, but when I posted first time,,it did not appear directly so I thought my request was not sent! so I posted it again,,

    if anyone is in charge please remove second post.
  8. Replies
    1
    Views
    588

    Auto Fill TextBoxes when Paste

    hey all,,
    I have this picture to be more clear:

    http://img846.imageshack.us/img846/5996/95028490.png

    My idea is when I paste (ctrl+v) for example this number :
    4111111111111111

    it would...
  9. Replies
    7
    Views
    1,536

    Auto Fill TextBoxes when Paste

    hey all,,
    I have this picture to be more clear:
    http://img846.imageshack.us/img846/5996/95028490.png

    My idea is when I paste (ctrl+v) for example this number :
    4111111111111111

    it would...
  10. Replies
    0
    Views
    1,720

    Media Player - Playlist XML

    hey all
    I have this Media Player project
    it has albumes' form.
    it supposed to add a new song to XML file. but it does not.

    here is the source code : ...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured