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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ragpark

  1. ragpark

    Bounding recordset to Data report at run time

    How to bound a ADO Recordset to VB Data report ? Till now I have not worked with VB Data reports I have tried using fallowing code but I am getting only a Empty report. "I donot want create Data Environment". Dim rptData As New DataReport1 set rptData.DataSource = rec 'rec is ADO...
  2. ragpark

    To pass recordset - (Which is using TTX file for field definition)

    Hi I am using Actvie data(Field Definition) for designing the report with ttx file. Please let me know how to pass the ADO recordset to the report through VB. Regards Raghu
  3. ragpark

    Wave Audio(.wav) slicing.

    Hi I have wave file of which play for around 10 Min. I want programaticaly slice it. That is user can give two intervals and select audio in that perticular interval and save as different wave file. Please let me know how do this Raghu
  4. ragpark

    Geting SQL 7.0 db from SQL 6.5 db

    How to convert it into a SQL 7.0 database. 1. If I use SQL Upgrade wizard it is giving fallowing errors - "SQL Server doesnot exists or access denied ConnectionOpen(Connect())" and "An error occured while trying to query @@Servername on 'Server_Name', please make sure that this...
  5. ragpark

    To import Data from mdf file to Access.

    How do I import data from an SQL server's data file (*.mdf) to an Access Database directly with out using the SQL server? That is I do not want recover it into SQL Database and then importing to Access.
  6. ragpark

    Get data to Access from an mdf file.

    Can I import data from an sql datafile (*.mdf) to access database directly with out using SQL Server ? That is I do not want to first recover it in SQL and then importing it into access.
  7. ragpark

    selecttion formula between two date ranges.......

    I am using SQL Database and Using CrystalQuery for the selection or records. Selection formula for above thing if I give "cdatetime({Query.scheduledStartDate}) in cdatetime(2001,03,01) to cdatetime(2001,03,31)" While viewing records it is giving "Bad datetime format...

Part and Inventory Search

Back
Top