Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

PERL or what?

[es] :: Perl :: PERL or what?

[ Pregleda: 6361 | Odgovora: 9 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

joke666

Član broj: 1742
*.dial.matav.net



Profil

icon PERL or what?17.12.2001. u 00:15 - pre 271 meseci
How can i make bank transaction server? What do I need (contract, server base system, java applets or what)? If anyone of u could help me it would be very usefull for me right now! THX, Bye
 
Odgovor na temu

random
Vladimir Vrzić
Beograd

Član broj: 85
Poruke: 3866
194.106.163.*

Sajt: www.last.fm/user/vrza


+4 Profil

icon Re: PERL or what?17.12.2001. u 11:24 - pre 271 meseci
Maybe PHP + MySQL + Apache + mod_ssl? You would also need a secure operating system.
int rand(void);

Those who do not understand Unix are condemned to reinvent it, poorly.

Upali lampicu — koristi Jabber!
 
Odgovor na temu

Riste Pejov
Team Leader/Senior Software Developer @
Ein-Sof ltd Skopje
Skopje, Macedonia

Član broj: 128
Poruke: 571
212.120.11.*

Jabber: richie@bagra.net.mk
ICQ: 154236769
Sajt: riste.softver.org.mk


Profil

icon Re: PERL or what?17.12.2001. u 15:09 - pre 271 meseci
PHP sure is the right thing ... but i dont that MySQL would manage
all those banking stuff ... it lacks stored procs, triggers, generators .. etc..
I would strongly advise the use of InterBase ...
or even PostgreSQL ...
MySQL supports transactions since 2.23 version .. but that's not enough
for a banking system or somethin that would need to manage big number of tables and relations between them.
luck
People who think they know everything tend to irritate those of us who do.
 
Odgovor na temu

Vojislav Milunovic

Član broj: 25
Poruke: 2117
*.fwi.com



+1 Profil

icon Re: PERL or what?18.12.2001. u 12:30 - pre 271 meseci
Can anybody of you explain how TRANSACTION works in SQL. I'm really confused with that.
 
Odgovor na temu

Gojko Vujovic
Amsterdam, NL

Administrator
Član broj: 1
Poruke: 13651



+165 Profil

icon Re: PERL or what?18.12.2001. u 12:32 - pre 271 meseci
Would you like a general explanation of transactions, or a mysql-specific one ?
 
Odgovor na temu

Jovan Marjanovic
HP GmbH
Stuttgart

Član broj: 942
Poruke: 456
*.net.external.hp.com

ICQ: 42
Sajt: www.hp.com


Profil

icon Re: PERL or what?18.12.2001. u 13:38 - pre 271 meseci
The definiton of a transaction in a database is an operation that can easily reversed.
Lets imagine that you have a huge database of items that are open for sale, and suddenly you need to dramatically change the price list. Good example would be transfer to Euro.
So you have a few thousand records, and you have a formula to translate prices from one currency to the other. You begin transaction, modify all those records, and only after you are 100% sure that all the changes are correct, you commit the changes made in the transaction to the database. If there was an error, you can roll back all the changes, and restore the database to the previous state.
How different database servers handle transactions, where do they store the changes, and how they perform the operation is a different story, but this explanation should give some insight to transactions in general.
Za automatsko dobijanje Super Moderatorskog statusa na Elitesecurity forumima pritisnite Alt+F4
 
Odgovor na temu

Vojislav Milunovic

Član broj: 25
Poruke: 2117
165.139.17.*



+1 Profil

icon Re: PERL or what?18.12.2001. u 16:55 - pre 271 meseci
Ah ok, thought that TRANASACTION locks the data base so that no one can use "old" data , while you are upgrading them :)
 
Odgovor na temu

Gojko Vujovic
Amsterdam, NL

Administrator
Član broj: 1
Poruke: 13651



+165 Profil

icon Re: PERL or what?18.12.2001. u 18:24 - pre 271 meseci
That's achieved through table locking - ie. column locking or even row-based locking.
 
Odgovor na temu

Vojislav Milunovic

Član broj: 25
Poruke: 2117
*.fwi.com



+1 Profil

icon Re: PERL or what?18.12.2001. u 21:03 - pre 271 meseci
Oki doki Gojko, I didn't know how it works. Thanks for the help guys.
 
Odgovor na temu

tuzlaorg
Istanbul, Turkey

Član broj: 286
Poruke: 285



+1 Profil

icon Re: PERL or what?20.12.2001. u 01:11 - pre 271 meseci
I administer e-Commerce website and i know how this things work.

First you need a merchant account in your bank.
Personally, I dont like Wells Fargo, but,
http://wf-ecommerce.com/mb250/

And later on they give you the code (ASP, PHP, PERL) for transaction.
My setup is with diferent company, and they gave me their .ASP for transactions d:) works fine :)

BIG MONEY
LOL

 
Odgovor na temu

[es] :: Perl :: PERL or what?

[ Pregleda: 6361 | Odgovora: 9 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.