Question : How do I accomplish load balancing in a shared hosting environment using multiple accounts?

Hi,
I use a shared hosting environment and wanted to know if there is a way to link shared hosting environments together to behave like a load balanced environment on a ASP.NET based application.  For instance I could have multiple shared hosting accounts going to URLs/sites like:

www.site.com
www1.site.com
www2.site.com

subdomain1.site.com
subdomain2.site.com

Answer : How do I accomplish load balancing in a shared hosting environment using multiple accounts?

Dates don't have formats, only the string representations of the dates do

If you mean you want a DATE value with the time component truncated to 00:00:00 then try


TRUNC(sysdate)

you can't remove the time portion of a date,  some strings formats don't display 00:00:00 though
Random Solutions  
 
programming4us programming4us