Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: logo
  • Content: Threads
  • Order by date
  1. logo

    Working with the Data Grid control.

    I am working with the data grid control and would like to be able to assign the number of colums, column headings, and width of the columns at design time. I need to work with more than 2 columns (the default setting), can anyone tell me how to do this or point me to a good resource online...
  2. logo

    How to create a unique tracking number

    I would like to create a unique id to use a primary key in a database. What I want to do is grab the number of seconds that have passed since some date in the past. I'm sure VB has a function that will do this for me. Can anyone point me in the right direction. Thanks
  3. logo

    Connection Error

    I am trying to connect to mySQL via Visual Basic and am receiving this error: (tcx)(myTestConnection)Host '(my computer)' is nto allowed to connect to this mySQL server I can access this mySQL server just fine if I do so via the web. Any ideas on what is blocking my connection/causing this error?
  4. logo

    Connection Error

    I am trying to connect to a mySQL db via Visual Basic. However, I receive this error: (TCX)(MyODBCTest)Host '(my server)' is not allowed to connect to this mySQL server I can connect to the mySQL server just fine if I access it directly via the web. Any ideas as to what could cause this error?
  5. logo

    Using Outlook 2000 on 2 Computers

    I am using Outlook 2000 to service my email. I would like to be able to see all of my mail at home and at work. Is there a way that I can set up outlook to automatically copy all of my incoming mail at work and forward (the copy) to my account at home.
  6. logo

    Installation question--

    I am using VB's package and deployment wizard. When I create an update or newer version of my VB app. and install it on my companies computers, some of the computers constantly need to be restarted to update drivers/settings . . . while others have newer drivers than what I am trying to...
  7. logo

    Data Transfer Issue

    I am trying to upgrade from ACCESS 2000 to SQL Server 7. I am using the DTS wizard, when I transfer from Access->SQL I receive this error: Error at destination for Row number 1....invalid character value for cast specification. My Access table does not have any illegal entries...I'm not sure...
  8. logo

    How can I create Reports dynamically.

    I want to be able to create a series of in which I have to ability to change their format and included fields dynamically. Is this possible to do using VB 6's data report?
  9. logo

    Problems registering ADO Components

    I have used VB package and deployment wizard to create my setup program. However, at the end of the installation I receive an error stating that there are problems registering C:\WINDOWS\SYSTEM\MSADO25.tlb. What do I need to do to clear this up? I have been searching MS's website, but can't...
  10. logo

    How do I connect SQL Server 7 to mySQL?

    Can anyone point me towards some good resources on how to pass data between SQL Server 7 and mySQL. Thank you.
  11. logo

    (new to Perl) How do I build a conn.string to SQL Server 7.0

    I am new to Perl and need to build a connection to SQL Server 7. Can I do this through the DBI module or do I need to go about it some other way?
  12. logo

    Changing Column Width w/DataGrid control

    Is there a way to change (in code) the widths of various columns in a datagrid?
  13. logo

    Constructing a SQL statement to filter dates

    I am connect to Access 2000 via ADODC and am trying to filter my data according to a "date" field. This field is actually a "date/time" field, but only displays dates like 9/26/2001 in the table. I'm not sure why this does not work--and what I need to do to fix it. select...
  14. logo

    Issues with Indexes!

    Ok, here's a mind boggler (atleast to me)! I am using VB's adodc component to connect w/ Access 2000. My table is set up w/a primary key which is simply an auto-incrementing field. When I add a new record it appears to be appended to the end of the table. . . . BUT . . when I move back...
  15. logo

    Navigating Records in Access 2000 via ADO

    Ok, here's a mind boggler! I am using VB's adodc component to connect w/ Access 2000. My table is set up w/a primary key which is simply an auto-incrementing field. When I add a new record it appears to be appended to the end of the table. . . . BUT . . when I move back through the recordset...
  16. logo

    Combo box click event does not fire first round!

    I have a combo box. . . and the first time that I use it and select an item the "click event" does not fire. Does this make any sense? Am I missing something here?
  17. logo

    How do I grab the date and time from the server.

    I currently have an application which uses datetime to grab the date and time off of my computer, but I am now placing it on a network and would like for everyone to grab the date and time from the server. How do I adapt this method?
  18. logo

    Updating/Viewing records in ACCESS

    I have written a VB application which reads/writes records to ACCESS 2000. The table is indexed via a date/time field. When I "movelast", "addnew", "update", then "moveprevious", I expect to see the record which I have just entered. . . However, the...
  19. logo

    Updating and Reading Records in Access via ADODC controls.

    I am a bit perplexed! Perhaps a seasoned VB/ACCESS programmer can shed some light on my problem. I created a program which reads and writes records to ACCESS 2000 via Visual Basic's ADODC control. Currently my table contains aprox. 120 records. When I add a new record it appended to the...
  20. logo

    How do I auto update several users to the next ver. of my application?

    I have created a VB application which runs on every computer in my company. Now I want to be able to install/update each user w/o having to go around to each person's computer and install new versions individualy. How do I do this?? Can anyone please point me in the right direction. Thanks.

Part and Inventory Search

Back
Top