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 Wanet Telecoms Ltd 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. DeeRuff1

    Assistance with Union Query Between SQL and Oracle

    Thanks.... I will follow up....you're GOOD.....
  2. DeeRuff1

    Union Query Between SQL and Oracle

    There are not that many rows (100) but it is killing our system.... But is there a way I can merge 2 datasets together? Thanks so much for you help.
  3. DeeRuff1

    Assistance with Union Query Between SQL and Oracle

    Hi, I tried the linked servers and it was too slow but do you know how I can merge the datasets??? This sounds like a great idea... Thanks for the assist.
  4. DeeRuff1

    Union Query Between SQL and Oracle

    Thanks but we tried linked servers and it is way too slow for our solution. Can you think of another option?
  5. DeeRuff1

    Assistance with Union Query Between SQL and Oracle

    Hi There, I have a problem. I am working in VB.NET and I am doing a call where I have to create a union query that will combine results from a SQL Server database and an Oracle database. These results are populated into a grid. The problem is I am not sure how to create two different...
  6. DeeRuff1

    Union Query Between SQL and Oracle

    Hi There, I have a problem. I am working in VB.NET and I am doing a call where I have to create a union query that will combine results from a SQL Server database and an Oracle database. These results are populated into a grid. The problem is I am not sure how to create two different...
  7. DeeRuff1

    Union Query Between SQL and Oracle

    Hi There, I have a problem. I am working in VB.NET and I am doing a call where I have to create a union query that will combine results from a SQL Server database and an Oracle database. These results are populated into a grid. The problem is I am not sure how to create two different...
  8. DeeRuff1

    Having a problem with moving through recordset

    Is there anyway to declare the recordset and not make it public and refence it from outside the sub routine.
  9. DeeRuff1

    Having a problem with moving through recordset

    I declare the recordset in the public sub routine below. I created a button and move through the recordset. I am trying to find maybe a data control or something I can use? Public Sub LoadScreen(ByRef sServer As Object, ByRef sLogin As Object, ByRef sPASSWORD As Object, ByRef sDatabase As...
  10. DeeRuff1

    Having a problem with moving through recordset

    Hello all, I am new to VB.NET and I have created and openned a recordset. I have the data going to a textbox. But I have having a prolbem creating a button to advance to the next record. In the button it says that the recordset has not been declared. And I need to move forward and backward...
  11. DeeRuff1

    Spacing issue inside of MSHieararchicalFlexGrid.

    Hi I am using a Hiearcharchical Flex Grid to display data. The grid loads fine but the cells are not displaying the total length of the data. It appears that the cells length is set some where at 10 characters. Has anyone delt with this issue?
  12. DeeRuff1

    Loading a Datagird from ADOBD function

    Hi All, I am new to the VB.NET world and I was able to get this function working. But there is someone who wants me to fill a grid. Can this be converted into loading a DataGrid. Public Function openSQLConn(ByRef sServer As Object, ByRef sLogin As Object, ByRef sPASSWORD As Object, ByRef...
  13. DeeRuff1

    In vb6 LEFT$(data,4) works but not in .NET

    Is there some thing I need to know about since trying to use Left$(data,4) is not working?
  14. DeeRuff1

    Problem loading combobox insite a function

    I just want to Thank everyone who helped. Thanks Rick ******************* It Worked *************************
  15. DeeRuff1

    Problem loading combobox insite a function

    I believe this creates and instance of Form1.Comb1. But I am not sure if the function is sending the data out to the load the form's combo box outside the function.
  16. DeeRuff1

    Problem loading combobox insite a function

    Here is an Example of the Function : Public Function BuildComb() FORM1.Combo1.items.Add("Apple") FORM1.Combo1.items.Add("Grapes") FORM1.Combo1.items.Add("Rings") End Function This is not working. Is there something different in .NET compared to VB6?
  17. DeeRuff1

    Problem loading combobox insite a function

    I am having a problem. I have created a function. Inside the function I am trying to load information inside my combo box. The data is not making it out side the function to fill the combo box. I know that it is something simple but I am beating my head against the wall.

Part and Inventory Search

Back
Top