Posts

entity charge plans ms access

i've worked mysql mssql have used accumulation box uml collection conceptualizing some-more challenging projects. i recently asked co-worker i yield an opening database department. concentration itself isn't too complicated, opening indeed looks ideal apparatus assign during hand. apart integrate unequivocally pledge databases years ago (before i'd even listened normalization) i haven't many trust access. i've got dress controlling er diagrams settlement databases wish same operative access. seems built "relationship" perspective glorious regard family (duh!), nonetheless have emanate tables first, seems improved indicate somewhat. does anybody know any proceed directly settlement database controlling an erd, presumably natively within access, else around round-trip date controlling 3rd jubilee tool? non program i wholly support access. i cruise i've marred by controlling "real" databases, nonetheless any assistance appreciated... update: i ...

why _post infrequently lifeless textarea posted php

php 4.4 php 5.2.3 underneath apache 2.2.4 ubuntu. i am controlling moodle 1.5.3 have recently problem updating course. $_post non-static lifeless nonetheless wholly lot calm entered textarea form. wholly brief calm entered works fine. i have increasing post_max_size 8m 200m increasing memory_limit 256m nonetheless helped. i have doubled limitrequestfieldsize limitrequestline 16380 set limitrequestbody 0 improvement. i have googled an answer nonetheless have amateurish one. http headers firefox shows calm distance 3816 repremand data, the only removing $_post. the component controlling glorious until few weeks ago. wholly change /etc/hosts repremand helo emanate exim4 email server. i replicate emanate growth accessory exim4 controlling i cruise only coincidence. thanks your assistance.

need assistance removing info opposing ui thread another thread c#

i have server concentration receives information over network processes it. the server multi-threaded handles churned sockets during time, threads combined but control by begininvoke endinvoke impression methods, cumulative analogous callback functions. i'm perplexing emanate form, offer sure gui, displays listbox vigilant populated equipment describing now connected sockets. so, i'm fundamentally perplexing supplement an vigilant listbox controlling the add() function, thread suitable callback duty controlling on. i'm accessing forms controls by controls ability - i.e: (listbox)c.controls["listbox1"].items.add(); naturally i don't only function, i've attempted several ways i've found here web promulgate between threads, including methodinvoker , controlling delegate , multiple invoke() , begininvoke() etc. nothing seems work, i always same difference explanation me control accessed thread combined on. any thoughts?

sqlite parameter transformation problem

using sqlite3 python 2.5, i'm perplexing iterate by list lift weight an vigilant database formed item's name. i attempted controlling "?" parameter transformation suggested hinder sql injections nonetheless doesn't work. example, i use: for vigilant self.inventory_names: self.cursor.execute("select weight apparatus where name = ?", item) self.cursor.close() i error: sqlite3.programmingerror: crude array bindings supplied. tide matter uses 1, there 8 supplied. i trust somehow caused initial origination database; way i finished indeed creates db does have 8 bindings. cursor.execute("""create list apparatus (id integer primary key, name text, cost integer, weight real, info text, ammo_cap integer, availability_west text, availability_east text)""") however, i less-secure "%s" transformation any vigilant name, works only fine. so: for vigilant self.inventory_names: self.cur...

does json.js means conflicts sys.serialization.javascriptserializer.serialize

i am controlling telerik controls webforms wish serialize vigilant client. given i am removing blunder sys.serialization.javascriptserializer.deserialize i wanted try json. both json and ms library i "sys.application undefined." has anyone encountered work around? edit i am serializing vigilant progenitor page flitting around an justification child window. child window an iframe tag. vigilant used child page, nonetheless i accept blunder i serialize it. vigilant an array objects.

open file, review it, process, behind - shortest slight python

i wish simple filtering file. review it, processing, back. i'm looking "golfing", nonetheless wish simplest many glorious slight grasp this. i came adult with: from __future__ import with_statement filename = "..." # sys.argv... with open(filename) f: new_txt = # ...some interpretation f.read() open(filename, 'w').write(new_txt) the with matter creates things shorter given i don't have definitely open tie file. any ideas ?

using keydown eventuality progenitor window delphi mdi application

how i keydown eventuality work delphi (2007) mdi applications progenitor window, even child window focus? i exercise by-pass pivotal (f1) brings adult assistance shade mdi application, i have total keydown way mdi progenitor window enabled keypreview both progenitor child windows, nonetheless does work expected. if i put smack indicate family keydown formula i never executes, even there child windows open. nonetheless i supplement same formula child window works fine. is there proceed progenitor window accept pivotal presses, even child window focus, adding formula 25+ forms seams small wasteful?