Help!!!how to run at server!


i have create form designer 7.0 show information have been saved in database(local) created in computer sqlserver 2000. can read locally.
want make other people read browser(ie). think database must availabe in internet,and javascript must run @ server.the problem don't know how it.
have database(sqlserver 2000) in net.
please me.thanks.

longxiashi,

there 2 approaches form work database.

1) 1 direct approach have dsn set on each machine that form opened from. can find designer on topic.

2) other way have form submit data server side script (it language of choice:asp,jsp,php,cold fusion...) handle database connection, queries, updates , writing data database.
you can design form make soap call web service interacts database.

so choosing approach 1 or 2 depend on how control can have on users' system. if can not setup dsn on user system, have take approach #2.

there few posts in forum shows how use server side scripting handle submission xfa form. working database using prefered web programming language should same if building web database driven application.


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments