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 Chriss Miller 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: *

  • Users: sadhramani
  • Content: Threads
  • Order by date
  1. sadhramani

    Creation of a Stored Procedure

    When I try to save a Stored procedure, I get a error. Below is the code for the stored procedure: CREATE PROCEDURE CheckTableExists(in :Table_Name varchar); BEGIN DECLARE :TestName char(20); SELECT XF$Name INTO :TestName FROM X$File WHERE XF$Name=:Table_Name; IF RTrim(:TestName) = :Table_Name...
  2. sadhramani

    Create a .MKD file

    BUTIL -CREATE glddbf.mkd C:\BM_TW_BLR\bmpc\bmbatch\describe\glddbf.des By issuing the above command in command prompt, GLDDBF.MKD file is created using the structure of GLDDBF.DES But to my surprise, the GLDDBF.MKD file is not visible in Pervasive Control Center. But GLDDBF.MKD is available...
  3. sadhramani

    Read .DBF file and convert to .BTR file using C#.NET 2.0

    I have certain .DBF files (dBASE files, which I am able to open it in Excel), which has to be converted to .BTR file using C#.NET 2.0 I have Visual Studio 2005 environment. Also I have Pervasive v10.10 installed. I would require some sample code, written in .NET which reads .DBF files and...

Part and Inventory Search

Back
Top