Re: Cold Fusion vs. VS .net 2005
- From: Gerry Hickman <gerry666uk@xxxxxxxxxxxxxxxx>
- Date: Thu, 19 Jul 2007 22:49:36 +0100
Hi wipeout64@xxxxxxxxxxx,
RE: Open ended select statements - This is his exact wording, but I'm not sure what he's talking about as I'm not familiar with web programming:
This isn't to do with "web programming", it's to do with SQL databases and as Mark says above, it sounds dangerous because they may be able to feed bits of SQL into your web forms, thereby hacking into your server.
Things like mismatched columns make SQL joins impossible and orphaned rows break the required RI
(referential integrity). We tried to normalize the DB so that we could
leverage the .Net20 tools but were unable to do so.
OK, well basically you have to re-design it so that it complies with referential integrity. However, you can still use fuzzy logic to do look-ups and queries.
This is nothing to do with .NET, this is to do with good database design.
You probably need to post your question and design to one of the database newsgroups and CC it to the FoxPro group - they'll be able to help you migrate it to mySQL or SQL Server. I don't think Visual Studio can help you with this until you fix the database.
--
Gerry Hickman (London UK)
.
- Follow-Ups:
- Re: Cold Fusion vs. VS .net 2005
- From: wipeout64
- Re: Cold Fusion vs. VS .net 2005
- References:
- Cold Fusion vs. VS .net 2005
- From: wipeout64
- Re: Cold Fusion vs. VS .net 2005
- From: Gerry Hickman
- Re: Cold Fusion vs. VS .net 2005
- From: wipeout64
- Cold Fusion vs. VS .net 2005
- Prev by Date: Re: Cold Fusion vs. VS .net 2005
- Next by Date: How to auto register an assembly DLL into the GAC after deployment?
- Previous by thread: Re: Cold Fusion vs. VS .net 2005
- Next by thread: Re: Cold Fusion vs. VS .net 2005
- Index(es):
Relevant Pages
|