Re: How to secure SQL website

From: Jens Süßmeyer (Jens_at_Remove_this_For_Contacting.sqlserver2005.de)
Date: 05/13/05


Date: Fri, 13 May 2005 21:50:54 +0200

That depends on the way you fire up your query to the server and the
provider you use for select your data.
Are ou building up Select query via some dynamic sql or do you use stored
procdures ? With those you can rather use Parameter Objects to fill the
stored procedures than building your "EXEC" Statement and fire that to the
database.

So the questions are, what method and what provider are you using ?

HTH, Jens SUessmeyer.

---
http://www.sqlserver2005.de
---
"Flying J" <FlyingJ@discussions.microsoft.com> schrieb im Newsbeitrag 
news:C9028453-B149-4941-84B5-06ED9915E58B@microsoft.com...
> I'm new to SQL and I've got a database setup to accept and return form
> results on my website.  SQL is provided by my webhost and obviously I have 
> a
> username and password for it.  But I've read about a potential for 
> unwelcome
> invididuals to "inject" (think that's the word) data into my database - or
> just wreck it via the web.  I'd like to do whatever is necessary to 
> prevent
> this from happening.
>
> Thanks,
>
> john
> -- 
> Flying J 


Relevant Pages

  • Re: ORA-1866 The datetime class is invalid error...the saga continues!
    ... but you could try using a different data provider. ... Use the Microsoft ADO.NET Oracle Provider ... VB.NET to my employers and not being able to query data using a date field ... SQL statements I provided earlier will execute flawlessly in any enviornment ...
    (microsoft.public.dotnet.general)
  • Re: Microsoft .Net Provider does not return all Rows
    ... I've used this provider extensively and haven't noticed this problem. ... SQL+ if the query is the same. ... > if the SQL is run directly, on the database a number of fetches have been ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Week Number of the Year Question
    ... | I'm somewhat new to SQL and my ... | Dr Smith 74 visits ... | information in with my query. ... | visits by weeknumber for each provider, but I'm just not getting it. ...
    (comp.databases.oracle.misc)
  • Re: Filtering data
    ... I have a similar problem with 2 comboboxes except that both comboboxes need to return values to be stored in a table. ... > Are you sure that there are no Null provider names. ... > Click on SQL View to show the SQL window. ... > Click on the Query Run tool button. ...
    (microsoft.public.access.formscoding)
  • Re: Finally which ORM tool?
    ... method used INSIDE the query is passed as the value immediately, ... That's also info not NEEDED to write correct queries on the ... Sequence and set aren't equal, true, but in this case, where linq ... to use the subquery train, I have to use joins, or rely on the provider ...
    (microsoft.public.dotnet.languages.csharp)