Search results for query: *

  • Users: carlp22
  • Content: Threads
  • Order by date
  1. C

    Binding Question

    Hello, I'm trying to decide which control will be most useful for this situation (several maintenance forms). I need to display a list of options and show the user which options are already selected by the current customer. They need to be able to unselect an option also. Would a checked...
  2. C

    ORA - 00020 Maximum number

    Hello, I have a Visual Studio 2005 project, using VB 2005 and Oracle as my database. After rolling out the program to several user machines, they are getting the "ORA - 00020 Maximum number of processes (%s) exceeded." error. It seems, 3 users are okay but when a 4th tries to use it, the...
  3. C

    ORA-12154: TNS Could not resolve the connect ...

    Hello All, I have a VS 2005 VB project. I was using Microsoft's Oracle driver (All worked), and then installed Oracle Developer Tools for Visual Studio .NET with ODAC 10.2.0.2.21. After doing so, I received this error when trying to open a dataset in the designer. "Failed to open a connection...
  4. C

    Update requires a valid UpdateCommand

    Hello, I have a problem I can't get past. I'm getting the error "Update requires a valid UpdateCommand when passed DataRow collection with modified rows." when trying to update a dataset. The details: Using Visual Studio 2005 (VB 2005); I used the dataset designer to configure the...
  5. C

    Forms show with VB Icon in project

    I had to copy my project to another drive and now I'm havine a great deal of trouble opening it. When it opened, the VB forms had a VB Icon instead of a "form" icon. When double clicking a form, it is all in hex! Please - any ideas? Thanks, Carl
  6. C

    Sort by Date

    Hello, I Have a VB 2005 DataGridView with a Date column. When I try to sort by clicking on the column header, it treats the date as a string and sorts by month only. How do you sort a date column? Thanks, Carl
  7. C

    Skin Generator

    Hello, Has anyone used or can recommend a Skin creator addin such as SkinCrafter? Thanks, Carl
Back
Top