Change Rave Report Connection String at runtime



I've created some basic Rave Reports (using the designer which came
with D2005) and I want to change the string for the database connection
at run time (as I won't know the drive letter until my app runs).

Problem is, that without this, I'm leaving it open to error as the
drive will undoubtedly change.

I can easily sort out the drive letter, but I can't seem to find the
appropriate code to add to the designer to change the connection
string. It gives a Delphi code section, but nothing else on any use.

I have an alternative to try, which is to forcibly change the RAV file
before I run it, but that seems vast overkill.

Any ideas ?

Ryan

.



Relevant Pages

  • Not first class in file
    ... loading the designer again. ... Public strTo As String ... ' This call is required by the Component Designer. ... Protected Overloads Overrides Sub Dispose ...
    (microsoft.public.dotnet.languages.vb)
  • Re: DataTable Designer in VS2008
    ... Your problem here is not with the designer but with the T-SQL language. ... taking a string parameter and returning a table: ... WHERE primaryKeyID IN ...
    (microsoft.public.vstudio.development)
  • Custom property on form not persisting value in VS 2005
    ... Private _Title As String ... - Then I go into class diagram to add the designer stuff... ... In the application I then add a form inheriting from the one in the class ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: 3 Fragen zu WebControl
    ... Definitiv sind aber die Werte für das Category-Attribut Englisch. ... Attribute haben nur einfluss auf die designer in VS nicht aufs aussehen ... public override string GetDesignTimeHtml() ...
    (microsoft.public.de.german.entwickler.dotnet.asp)
  • ConnectionString
    ... Hi I have the following for My Database connection in my project: ... Private Shared mLocation As String ... "Option Strict On disallows implicit conversions from 'Integer' to 'String'" ...
    (microsoft.public.dotnet.framework.adonet)