Search results for query: *

  • Users: ramnujs
  • Content: Threads
  • Order by date
  1. R

    Calling stored procedure in a function..

    Can we call a stored procedure in a function and make the function return a table?
  2. R

    Destroy and Reload itself?

    Is it possible to Destroy a form and Reload itself in the same context? Meaning the destroying and loading is done in the Form itself. I need answer pls.... ramnujs
  3. R

    How can i set reportViewer's Report Source Property using Reflection?

    I am in the process of refactoring my codes and i used late binding and usings assembly class to create my objects at runtime. it works perfectly to Windows Forms and Custom classes created but with Reports Objects like Report viewer, i cant get the objects properties or fields or even...
  4. R

    PMS features of NEC PABX ips

    can somebody plsease teach me how to make use of the PMS features of NEC PABX , neax ips server...... i need it badly!
  5. R

    max_join_size error

    executing this stored procedure will produce an error below: #42000The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay can someone help me pls?
  6. R

    Using Finger Print Recognition!

    is there anyone who can provide me a link of a sample application using a DigitalPersona finger print recognition. thanks
  7. R

    mysqld-nt.exe has encountered a problem and needs to close

    i am in the process of completing the application this error occur "mysqld-nt.exe has encountered a problem and needs to close" i am using windows XP SP2 and MySQL 5.0. and Vb.net as my front end.Too bad for me because i have to restart my PC in order to connect to mysql again. I cant afford...
  8. R

    Too many connection error

    I am developing an vb.net application right now and i am using MySQL as my back end database. Since i started coding i open then close connection and dispose them everytime i access or update or add record in the database. A too many connection error occurs...... how can i fix this error...
  9. R

    When is the best time to change the logonInfo at runtime?

    When is the best time or what event of a cyrstal report to change the logonInfo? the report is still asking logon info even if i set already the values in Report_Initialized event,
  10. R

    Is it possible to create charts without the use of crystal report?

    I was wondering if we could create a chart outside crystal report? is It possible? if it is , please share your ideas!
  11. R

    Changing connection properties of report at run time!

    How tmo change reports datasource at run time?
  12. R

    Windows form Controls disappears when set to Public shared!

    Why is it that when windows form controls such as listview, when set to shared disappears or does not display in Form designer. Is there a way to resolve this?
  13. R

    Exception I dont Understand!

    I am writing a code that will insert to an MySQL database in the table Amenities. Code 01 is class definition named ParameterHelper Class. It's primary purpose is to add parameter's dynamically in a MySQLCommand Objects. Code s: is the code for the creation of the stored procedure in MySQL...
  14. R

    Calling Stored Proc in MySQL ....gives me an headache already!

    can anyone help me please......... what is the syntax in calling MySQL Stored Procedure in VB.Netusing ODBCDataproviders?
  15. R

    About Dataset and DataReader

    is is possible to transfer all records read by DataReader object to a Dataset as a datatable?
  16. R

    Filling a dataset using Stored Proc in MySQL

    I have a problem on Filling a dataset whose commands on command objects came from stored procedures in MySQL..... Anyone who can help me please?.......... thanks a lot!
  17. R

    Update Datasource Using dataadapter.update method

    I have a problem updating my datasource using update method of dataadapter. I am using command builder for autogenerated sql commands the code fragment look like this: dim myDataset as Dataset = myOdbcDataset.GetChanges(RowState.Modified) OdbcDataAdapter.Update(myDataset)...
  18. R

    Working with inheritted controls

    I am developing right now some sort of a framework for MDI's with the main menu and menu items on it. There were no codes is the base class (mdi form) but a set of generic controls such as menu items. The Class library project then were compiled successfully and i have now a DLL. The problem...
  19. R

    Instance Running!

    i would like to know on how insure that only one instance of a from is running in an mdi environment without enabling or disabling menu items. when a user attemps to show a form that an instance is already running , it will not create another instacne bu rather the focus will set to this form...
  20. R

    Retrieve Current cell of the grid!

    Is there a grid control in vb.net that would allow me to retrieve the current row and column of the cell being clicked?
Back
Top