Hi All,
So what is the advantage of using XML in the situation i described in the earlier msg (above)??
I have read much about the advantages of using XML.. blah blah blah.. most of them are quotation from books. Is there a real situation here? Someone had convert their own system to an XML...
Hi all
I read an example of a Transport application using XML (http://www.topxml.com/xml/articles/buildingxml/)
In his situation, a user would fill in some order details and Submit to the server. The server would then convert the order detail into XML and forwards it to another server and...
Ecobb,
Like what you mentioned, Updates and Inserts will really create a whole lot of mess. Imagine a Delivery Order operation, if the user keeps refreshing, the stock on hand will keep reducing, that leads to data inaccuracy, which is a very serious problem in Inventory point of view.
While...
Hi all
I have an inventory system. If the user selects a few delete and hit the "delete" button. Logically, the database figure will be adjusted.
But what is while the process is being run, he hits the reload button? Will the database figures be re-deleted again?
If so, is there any...
Hi All.
Anyone had experience developing an Inventory System (using CF of coz)?
I'm currently doing 1 now. I'm just wondering what is the best database design to store the stock
My table (mySQL) design:
table name = TBL_STOCKMASTER
PRODUCTCODE
ADDVALUE
MINUSVALUE
BALANCE
UPDATEDATE
UPDATETIME...
Hi All
This may not be the suitable forum, but i had nowhere to go.
I'm currently managing an Intranet of my company.
I was thinking to work things with the marketing dept to promote our intranet.
I had this idea, everyday the intranet would have 10 special icons appearing at random page within...
Hi All.. i'm not a ASP programmer, just being assigned to maintain a site.
Recently i move a folder (by accident) to another location, and realising the mistake i move it back. After that everything seems to go wrong
First i cant do an insert or update query, it will gives me...
You can try this method:
<cfquery datasource="offdarock" name="qViewThreads1" dbtype="oledb">
SELECT name, email, date, subject, messageId, updated
FROM forums
ORDER BY updated desc
</cfquery>
<cfquery datasource="offdarock"...
Hi nsukari,
What's wrong with your query? Seems ok to me~
<CFQUERY NAME="updatedb" DATASOURCE="K">
UPDATE Newtable
SET absorbed='#Absorbed#', NameN='#NameN#', Name2='#Name2#'
Where ID=#ID#
</CFQUERY>
A easiest but kind of inefficient method its to use 2 queries~
======== Get the number of log in============
SELECT count(tblAdmins.User_ID)
From tblAdmins, Log
WHERE tblAdmins.User_ID = Log.User_ID
=============================================
======== Get the latest date============
SELECT...
Hi All
As PDF form allows user to enter data online. Does anyone knows how to insert the data(from the pdf) into a database?
My initial logic is,
- the pdf will submit form to a url, http://xxx.com/accept.cfm
- the accept.cfm will read in a file from the pdf.
- accept.cfm will insert into...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.