Search results

  1. D

    List all tables in Database

    hi, can anyone please tell wht's the query to check if database exists, if exists list all tables in database (in sqlserver) else raise error Thanks in advance, Deepthi
  2. D

    Log Data to table - Programatically

    Any insert command to load Oracle profiler log data into table... ??
  3. D

    Usage of Percentile WorkSheetFunction...

    i am using Excel Object API in VB.NET Dim X1 As Object X1 = CreateObject("Excel.Application") Dim res As Double = X1.WorkSheetFunction.Percentile(dblData,p) here is dblData is array of type double which has recordset column values, There is an exception saying. "Unable to get the Percentile...
Back
Top Bottom