Re: SQL conversion
- From: "Robert J. Stuart" <rjstuart@xxxxxxxxxxxxx>
- Date: Wed, 22 Mar 2006 17:15:00 GMT
GWood,
This sounds like the method that might work best for me. Unfortunately, I
am into and area that I am not familiar with. I got to stop taking on these
jobs that are over my head.... I have found a guy here that is more
familiar with this than I am and may just sub the job out to him.
Bob S.
"GWood" <sorry@xxxxxxxxxxx> wrote in message
news:fsfUf.3555$kg.1047@xxxxxxxxxxxxxxxx
My earlier response was centered on obtaining the details from the SQLtried
database. Any reason you want to transfer the entire DB file, rather than
submitting a query and having the results output to a format accessible to
your web page?
The environment I work in uses this method extensively, but I haven't
to simulate it at a micro level. Our "WEB-1" has DB connectivity andtalks
to "SQL-1", asking for and recieving data. We have third party RADsoftware
that allows us to massage the retrieved data for presentation on the webthe
page. Is this SQL data access possible in your setup, without having to do
end runs for file access? If so, SQL Server can likely provide XML
formatted data (http://www.perfectxml.com/articles/XML/ExportSQLXML.asp#4)
or another format usable to your page.
"Robert J. Stuart" <rjstuart@xxxxxxxxxxxxx> wrote in message
news:kDASf.5840$k75.2605@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OK so let me get some input from you guys. I will be working with 3
separate machines. SQL-1 which is the MS SQL server, Main-1, which is
themain file server used for print server, docs and other file storage, youthe
know the rest, and WEB-1 which is the web host and FTP machine.
Now currently I have WEB-1 coming in on a separate IP subnet address on
T1 than the SQL-1 and Main-1 machines. I did this to have a completewould
firewall system for the web server from the rest of the network. If I
wanted to do a direct link from the web server to the SQL-1 machine, I
have to either punch a hole in the firewall or put the WEB-1 machine onthe
same IP subnet as the rest of the network.
This database on the SQL is just basically a membership database, and
SQLdata is not really that sensitive. Doing a direct link to the active
tofile would be pretty hip since the web access would be in real time as
versionthe changes being made to the database by the girls in the office.
Bob S.
"GWood" <sorry@xxxxxxxxxxx> wrote in message
news:WelSf.178$tT.111@xxxxxxxxxxxxxxxx
Yes, I should have expanded on this idea as well. Almost every
ofavailable
RDB these days will talk XML, and most browsers have a plug-in
tobutthat will also talk XML. The Clipper layer might be familiar to you,
standard.really just adds a level of complexity to a task that is pretty
"E. Fridman" <pm771.am@xxxxxxxxx> wrote in message
news:1142544993.780633.203420@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Bob,
Most likely you should be able to "link" your SQL database directly
your web-site bypassing the need to create DBF in-between.
.
- References:
- SQL conversion
- From: Robert J. Stuart
- Re: SQL conversion
- From: E. Fridman
- Re: SQL conversion
- From: GWood
- Re: SQL conversion
- From: Robert J. Stuart
- Re: SQL conversion
- From: GWood
- SQL conversion
- Prev by Date: Re: SQL conversion
- Next by Date: Re: Here's one for the record books
- Previous by thread: Re: SQL conversion
- Next by thread: Re: SQL conversion
- Index(es):
Relevant Pages
|