NBS Posted October 1, 2008 Report Share Posted October 1, 2008 aaa = "49, 51, 51, 48" Vēlos nosplitot šo un ieliekt tabulā katru atsevišķi bez "," if (buttom = "Pievienot") then query = "INSERT INTO finservice (financID, compid, prodid, uid, uptime, update_uid, update_uptime) VALUES ('"& financID &"', '"& aaa &"', '"& prodid &"', '"& get_current_user_id() &"', GETDATE(), '"& get_current_user_id() &"', GETDATE())" link.execute(query) end if Kā pareizi ar ciklu šo ievadīt, ja visi iepriekšējie mainīgie ir vienādi vienmēr ? Paldies, savlaicīgi. Link to comment Share on other sites More sharing options...
andrisp Posted October 1, 2008 Report Share Posted October 1, 2008 Es nezinu VBSCript, bet pseido kods varētu būt šāds: ids = aaa sadalam peec ',' jau_ievietojaam = jauns masiivs cikleejam caur ids as id { if (id nav ieksh jau_ievietojaam) { // veicam to ievietoshanu jau_ievietoajaam + id } } Link to comment Share on other sites More sharing options...
NBS Posted October 1, 2008 Author Report Share Posted October 1, 2008 Es nezinu VBSCript, bet pseido kods varētu būt šāds: ids = aaa sadalam peec ',' jau_ievietojaam = jauns masiivs cikleejam caur ids as id { if (id nav ieksh jau_ievietojaam) { // veicam to ievietoshanu jau_ievietoajaam + id } } Apmēram, pats biju tā izdomājis, bet neizdodas pareizā VBScript kodā to uzrakstīt. Link to comment Share on other sites More sharing options...
Recommended Posts