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 SkipVought 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: *

  1. dchillman

    Connecting to Oracle DB through ODBC using ADO

    Here is a snippet that I use. Public cnnADO As ADODB.Connection Public Sub bOpenADOConnection(bADOcnnOpened As Boolean, sPassword as string, sUserID as string, sDSN as string) On Error GoTo err_Proc Dim sCnnADO As String 'establish connection to oracle sCnnADO =...
  2. dchillman

    VB sample (.vbp) how to pass parameter to CR ?

    Here is a snippet that I use to pass parameter values. Hope it helps. dim appCr As CRAXDRT.Application dim repForm As CRAXDRT.Report Dim crxParamDefs As CRAXDRT.ParameterFieldDefinitions Dim crxParam As CRAXDRT.ParameterFieldDefinition dim Parameter1Value, Parameter2Value 'dim to match the...
  3. dchillman

    Crystal runtime files.

    Have you checked the version of atl.dll on the problem machine? I've seen a similar error when a machine had a more recent version of atl.dll than on my development machine (the newer version would not normally be replaced during installation). Replacing the newer (but buggy) version on the...
  4. dchillman

    craxdrt.dll non registration

    Distributing VB/CR apps has always been a nightmare for me. One thing that has helped me is to ensure the dll's are registered in the same location as from where you are deploying them (source and target machines). Another problem with craxdrt.dll has been with the atl.dll file. I think you...
  5. dchillman

    SetDataSource method

    Ditto on this problem. Anyone have an answer?

Part and Inventory Search

Back
Top