| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> And If I take a backup home, I truncate the logs as soon as it gets there :) <1> **** <1> Drk`Angel are logs in the actual db file? <1> or a table you made... ? <2> code duplication between a few projects is starting to bug me <2> we really need to raise the priority on doing plugins here <2> could save a lot of time, just would take a sizable investment in moving the code over <0> I use sql server. The transaction log is part of the database, but its in a different file. <2> you do full logging or bulk? <3> anyone here notice that the language the press uses changes when describing Hezbollah attacks vs Israeli attacks? <4> Hezbollah attacks SLAM into buildings... <4> Israel HITS buildings and airports <1> I noticed. <1> surprising. <5> haven't noticed that <5> but I read the BBC mainly
<1> I read bbc, and reuters... but yahoo is tad bit different <4> I read and watch everything I can get my hands on. <4> being canadian... bbc news is part of my daily life. <4> so is CNN <0> daedo: full <1> Mithandir do you generate an ID on the client and call INSERT...for your inserts? <5> depends <5> I use teh trigger when I don't need the ID, if I need the ID (for other linked records) I generate it beforehand <1> DaynaGirl is it different there BBC...? cause here, a lot of news on BBC are UK'ish. <4> its live from the UK. <1> like politics and crap that no one cares about outside uk <1> not quite... <4> we get "BBC World news" <1> well we get local regional news in the main bbc news... they take a break or something <1> so I wonder what you get there instead. <1> i guess there're different studios. <6> step 1; buy ice cream... step 2; take on the world <4> we get the international news. <7> hm on that wohle topic, there's a documentary looking at how the different media cover israeli vs arab news stories <4> not internal politics... unless they're reacting to or interferring with international news. <1> DaynaGirl i thought soi. <7> Peace, Propaganda & The Promised Land: U.S. Media & the Israeli-Palestinian Conflict (2004) <5> hmmm <5> plane leaves in 4 hours <5> I better start packing <4> where you going? <4> man I hate stabbing my finger to do the diabetes testing... <6> -"doctor, do you think i can play violin when this broken arm has healed?" -"yes, of course!" -"that's weird! i couldn't do it before!" <1> Mithandir yep i did it too.. left the trigger if id is null... <1> I'm now wondering if i should always compress the blobs like in the example <1> **** football im STEAMING... my tummy is sweaty <1> *** is wet <1> balls wet <5> wow, Palpatine has gotten fat since he became pope <8> heh <1> ki9a ki9a ki9a <6> ki9a ;P <8> it feels like sunday today <5> sunny enough for one <6> though it isn't <7> it is.. still vacation :P <5> first day of my vacation <5> also first emergency from work today ... figure that <6> it's not really sunny here... it's raining cats and dogs <5> cute <5> adopt some <8> as long as it's not toads <6> or leeches ;P <5> hope the plane doesn't have too much delay later <5> flying to norway is like flying to a warzone ... there's always problems <8> yeh <8> try flying to libanon <7> if you're lucky it'll be raining all week long now :P <7> been nice the last few days here <5> been too hot here <7> today = cloudy and with that hint of "it's going to rain" in the air <5> sounds like my luck <5> two weeks of rain
<5> where abouts in norway are you ? <7> oslo <5> ah <5> well I'l be up north more, Molde <7> oh right, know a few people from up there ish <7> would never bother going there myself *g* <5> so do I ... my inlaws :P <7> aha, stuck in that scenario eh <5> yeahh <5> "holiday" is visiting the wife's family <5> ah well <5> next year we're going to afrika for three weeks so we got an excuse :P <7> hope they're out fishing or whatever people do up there :) <7> there's this quite well known jazz festival there each year, though <7> and, i guess, a lot of nature/outdoors to enjoy <7> i prefer the concrete jungle :P <5> psh <5> oslo is tiny :P <7> yes, ok, concrete shrubbery <7> ok? :P <5> I lived up in Narvik for a year ... Molde is urban by comparison :P <8> hmm <1> england is borrrage <8> I'm tired. <9> Anyone ever use the DirMon Component? <1> um if I update my record, every field is posted by the dataset... but blobs might be a bit costly to keep updating wouldn't you say? <4> *sigh* <4> I struggled at least 2 hours this weekend... to get this debug window to work. <4> finally last night I gave up and went to bed. <8> and this morning <0> TByte: This is why you write update queries instead of being lazy and using datasets. <4> woke up this morning... it works. <8> you found something stupid that caused it to not work? <8> heh <4> nope. just ran it and it works. <4> *sigh* somedays I wonder why I don't just go to bed... it will fix itself while I sleep. <1> Drk`Angel: the queries are written in the dataset's properties... so I call Edit; Post; Insert; Post; Refresh.. .etc... all quries are automatic <8> as long as you believe that <0> hahaha <0> No. <1> Drk`Angel: it's damned hard to update the dataset without using those routines... I'd have to refresh, commit things etc.. it's just flawless this way... except when updating blobs... <1> Drk`Angel no what :/ <0> You try to use edit / insert, you deal with the crap it doe automatically. You want it to run as fast as possible, write your own queries. <0> data aware datasets ****. <8> I have GMail on my google front page <8> but it's "temporarily unavailable" <1> Drk`Angel: DOE? <0> Never used it, but if its data aware, it ****s. <1> Drk`Angel: it's not dataaware as such... <4> the president was overheard through an open microphone... saying candid stuff about the middle east. <8> Well with memory datasetst <8> it's not bad <4> including an "expletive" <0> ki9a: That's a different, fairly unusual case. <0> TByte: Are you using TDBEdit and such, or something based on them? <8> Drk`Angel: its the multitier way ;) <1> no... <1> I have no dbaware controls at all :/ <1> all manual <1> Drk`Angel what you saying, it makes too many silly calls? <8> Drk`Angel: Add devex inspector and grid <8> and you'll have a complete app <1> I monitored the calls my components make using their utility, it's the same :/ <1> i really start doubting now :( I'm not sure WHAT I've done bad right now with this app <1> Seems the same to call insert with parameters as just calling INSERT; filling the field's stuff, then doing Post; <1> i swear it uses an internal query too, similar to a query component <1> Drk`Angel also how would you update your dataset after you do your own manual query... <1> wouldn't you have to use SELECT to refresh it? <0> Why would you? You know what's in it, you jsut updated it. <1> well my table has COMPUTED fields. <1> if you don't update it, the computed field remains old <1> update=refresh <1> I think you must refresh, update is done manually by a user... might as well let the dataset do its job, refresh itself, keep it nice and consistent <1> Also if call insert; < modify current record in data set> post; it refreshes the record with the new ID automatically... getting the fields set by default from the server
Return to
#delphi or Go to some related
logs:
xchat autoaccept dcc #politics #bsd FreeFontPath: FPE /usr/share/fonts/misc #politics #nintendo Jeff oneil dead brother vulvavelvet #winxp #beginner
|
|