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 bkrike 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: tzamora
  • Content: Threads
  • Order by date
  1. tzamora

    Connecting VB to Oracle 8i using ADO

    Need help with the following... Connecting VB to Oracle 8i using ADO http://programmer-by-the-hour.com
  2. tzamora

    In my MDIForm I've got this code be

    In my MDIForm I've got this code below and it works fine... public sub updbar() sbStatusBar.Panels.Item(1).Text = "location (" & g_sys_location & ") Year (" & g_sys_Year & ") Season (" & g_sys_Season & ")" From any MDIchild forms, how can I reference the...
  3. tzamora

    multi-user sql-server app

    In a multi-user sql-server app, how does one safeguard from someone else changing the same row I currently have displayed/editing?
  4. tzamora

    SqlServer datatype(Bit)

    I have several columns of datatype(Bit). When I view my recordset items through the watch window I can see that this fields are boolean (they should). When I display this data on a datagrid they show up as (-1) or (0). when I equate a textbox with this field, it shows up as "True" Or...
  5. tzamora

    Function or Sub with parms (reusable)

    I am trying to write a function or sub that I can call with parms. function f_LookUp(ps_sql As String) As String ................. .... more code... ................. LookUp_rst.Open ps_sql, LookUp_cxn, adOpenStatic, adLockReadOnly, adCmdText ................. .... more code...
  6. tzamora

    ComboBox Multi Columns

    How can I display one or serveral columns in a ComboBox, but only accept the value from one columns to be saved back to the database... for example state_abr state_name TX TEXAS

Part and Inventory Search

Back
Top