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 strongm 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: *

  1. HeLeNaMiLaNo

    Startup Oracle Database From Windows Command Prompt

    Hey - does anyone know how to startup/shutdown a database from the windows command prompt? Any help will be much appreciated - thanks :-)
  2. HeLeNaMiLaNo

    Pkg Deployment Wizard - create desktop shortcut?

    Hey - yep u can get setup not to create a startup item in the start menu for your application. Once you have packaged ur application up it creates a file called SETUP.LST. Open this file and scroll down to the heading [IconGroups]. If you get rid of the few lines after this heading - save +...
  3. HeLeNaMiLaNo

    Add A New Record To An Unbound DataGrid

    Thanks compdrmt + CCLINT 4 ur help - much appreciated - i will try you suggestion CCLINT and see how i go. Thanks again :-)
  4. HeLeNaMiLaNo

    Add A New Record To An Unbound DataGrid

    Im trying to add a new record to an empty datagrid and i am getting the following error message - "Rowset not available" My code is: grdActions.AllowAddNew = True grdActions.Row = 0 grdActions.Columns(0).Text = "bla bla" grdActions.Columns(1).Text = "bla bla&quot...
  5. HeLeNaMiLaNo

    Resizing Status Bar Control

    I have a status bar control on my mdi form and to resize it when the form is resized. I have following code which doesnt seem 2 work. sbMain.Width = Me.Width Any help/comments will b greatly appreciated - Thanks.
  6. HeLeNaMiLaNo

    Reading an Oracle 8i LONG RAW Column In Visual Basic 6

    I am developing a Visual Basic 6 application with an Oracle 8i database. I need to read data stored in a Long Raw column. Is there any way of converting this data into a string or an equivalent data type in Visual Basic 6?
  7. HeLeNaMiLaNo

    Reading a Long Raw column from Oracle 8i

    Im using Visual Basic 6 with Oracle 8i. I am need to read in information from a LONG RAW column in Oracle 8i. Is there any way of selecting a LONG RAW column in my SQL statement?? Or any way of converting this LONG RAW column value into a Visual Basic 6 string or other data type so that the...

Part and Inventory Search

Back
Top