Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Getting started with EDB in Delphi .NET
Mon, Apr 7 2008 1:14 PMPermanent Link

"Ron L."
We are getting ready to start with ASP.NET and wanted to use EDB for this. I
downloaded 1.09, installed it and started RadStudio. Started a new ASP.NET
project - and I can not find EDB components anywhere.

Any ideas what I am doing wrong or how to get me started there?

Probably a beginner mistake, but I can not see it anywhere.

Ron.

Mon, Apr 7 2008 1:17 PMPermanent Link

"Ron L."
Just an update, I seem to be able to see it in a web forms application.

Am I limited to using the CodeGear database for ASP.NET applications?

Ron.
http://www.bitogo.com/infopath/index.html
"Ron L." <info@nospam-pireporting.com> wrote in message
news:85DDE2DB-0C10-43E2-9F72-A32FAABA4BC4@news.elevatesoft.com...
> We are getting ready to start with ASP.NET and wanted to use EDB for this.
> I downloaded 1.09, installed it and started RadStudio. Started a new
> ASP.NET project - and I can not find EDB components anywhere.
>
> Any ideas what I am doing wrong or how to get me started there?
>
> Probably a beginner mistake, but I can not see it anywhere.
>
> Ron.
>

Mon, Apr 7 2008 8:50 PMPermanent Link

Lance Rasmussen

Jazzie Software

Avatar

Team Elevate Team Elevate

Ron,

You might want to check out the EDB DAC for that purpose.  That will also
open up the ability for other .NET stuff like Visual Studio, which (ugg) is
still the best, I feel, for ASP.NET work under C#.

That and Windows Mobile development is about the only thing I use VS for.

Lance



"Ron L." <info@nospam-pireporting.com> wrote in message
news:708BE5A8-B025-4438-918E-AE744BD2597D@news.elevatesoft.com...
> Just an update, I seem to be able to see it in a web forms application.
>
> Am I limited to using the CodeGear database for ASP.NET applications?
>
> Ron.
> http://www.bitogo.com/infopath/index.html
> "Ron L." <info@nospam-pireporting.com> wrote in message
> news:85DDE2DB-0C10-43E2-9F72-A32FAABA4BC4@news.elevatesoft.com...
>> We are getting ready to start with ASP.NET and wanted to use EDB for
>> this. I downloaded 1.09, installed it and started RadStudio. Started a
>> new ASP.NET project - and I can not find EDB components anywhere.
>>
>> Any ideas what I am doing wrong or how to get me started there?
>>
>> Probably a beginner mistake, but I can not see it anywhere.
>>
>> Ron.
>>
>
>
Mon, Apr 7 2008 10:34 PMPermanent Link

"Ron L."
"Lance Rasmussen [Team Elevate]" <lance@jazziesoftware.com> wrote in message
news:AE73CEC8-640C-4EE4-97D1-E39113BD48B9@news.elevatesoft.com...
> Ron,
>
> You might want to check out the EDB DAC for that purpose.  That will also
> open up the ability for other .NET stuff like Visual Studio, which (ugg)
> is still the best, I feel, for ASP.NET work under C#.

Does this mean that EDB can not be used as is under Delphi.Net in ASP.NET
projects?

Ron.

Tue, Apr 8 2008 3:46 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ron,

<< We are getting ready to start with ASP.NET and wanted to use EDB for
this. I downloaded 1.09, installed it and started RadStudio. Started a new
ASP.NET project - and I can not find EDB components anywhere.

Any ideas what I am doing wrong or how to get me started there? >>

Do you want to use the VCL.NET framework or the ElevateDB .NET Data Provider
?   Using VCL.NET with ASP.NET is going to be a little difficult, depending
upon your code:

http://groups.google.com/group/borland.public.delphi.vcl.components.using.dotnet/browse_frm/thread/2ac75530a00a2251/545b1a77c479fbd7?lnk=st&q=vcl.net+with+asp.net#545b1a77c479fbd7

As for the EDB .NET Data Provider, you can use it with ASP.NET with no
problems.  Just download it and install it, and it is then usable as a data
provider from any IDE that can use the registered .NET data providers in the
machine.config file:

http://www.elevatesoft.com/manual?action=mantopic&id=edb1dac&category=2&topic=2

You can use the SQLDataSource component in ASP.NET to configure a connection
and data source for the EDB .NET Data Provider:

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/sqldatasource.aspx

--
Tim Young
Elevate Software
www.elevatesoft.com

Image