User Profile

Collapse

Profile Sidebar

Collapse
senthilk111
senthilk111
Last Activity: Mar 5 '07, 12:40 PM
Joined: Jan 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • senthilk111
    started a topic odbc connection using citrix

    odbc connection using citrix

    Hi,
    can anyone help me. i am citrix using account to access MS Access 2000. I am having mdb in local system and this application is linked with some sql server 7.0 ( tables and sp). i have created dsn via citrix to access sql server. when checking test connection it gives conection is established succesfully but while trying to open application this giving 4060 error in sal server ( server connection is rejected") .
    See more | Go to post

  • in ACCess I hope you know that we can add controls to the form. In this sense we can add combo contorl in the form and just link the field name . then you no need to care about the user name entry.
    See more | Go to post

    Leave a comment:


  • senthilk111
    replied to VB array tutorial
    hai,
    Array is nothing but collection of related objects. this arrays can furthere dif by viewing it dimension . it meens no subloop exam a(1,2) then this two dimension . The advance version in array in Collection in vb.net. In the VB. Net we circular queue, linear so on .
    See more | Go to post

    Leave a comment:


  • hai,
    you can do this by using ado connection which establish aconnection between vb and excel. below i have given excel connection string . so using you insert and reterive data as like you access database.

    code

    Public Function pblfnOpenExcelR ecordset(ByVal sFile As String, ByVal strQuery As String) As ADODB.Recordset

    On Error GoTo ErrorHandler

    Dim rsExcel As ADODB.Recordset...
    See more | Go to post

    Leave a comment:


  • senthilk111
    replied to Listview: add new row
    hello, you just trying load mutiplication table in the listview. In vb 6.0 no need to new operator for listview. and please surf in msdn for listview in vb 6.0 you get good description.

    if you have any doubt in that example you can query me
    See more | Go to post

    Leave a comment:


  • if you are using DAO object Means sure it will work . I think you might not Added reference object to the project
    i.e
    select references from project.
    from the list box choose microsoft DAO 3.6 object Librarry.


    then sure it will work
    See more | Go to post

    Leave a comment:


  • senthilk111
    replied to InputBox(Password)
    it is not possible. but i give a solution . try to make inputbox by using picture box and one textbox and make textbox char passwordchar to * this by using the visible .enable and true and false you can see it works like input box


    or


    develop user control with same idea
    See more | Go to post

    Leave a comment:


  • hello firends,
    there is no coding standard. first correct this one, don write all your codes in event try group your operation by using function and sub .
    See more | Go to post

    Leave a comment:


  • senthilk111
    replied to creating db using access
    in vb we have function called createdatabase in dao component. by using this you would able to create the database.

    and then by using Tabledef you can able to create structure of the table.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...