Posts

Inner join query syntax

i have query, however... need 'category' variable 'like' way have set doent work. have idea of how might fix this. <cfquery name="getworkshops" datasource="source"> select m.category, m.proj_key, m.project, r.proj_key, r.url, r.category, r.end_date, r.title, e.event_date, e.event_date_end, e.category, e.proj_key (main m inner join resource r on m.category r.category)inner join event_cal e on m.category e.category m.category '%workshop%' , m.proj_key=r.proj_key , m.proj_key = e.proj_key order m.proj_key </cfquery> you move join statements clause: select m.category, m.proj_key, m.project, r.proj_key, r.url, r.category, r.end_date, r.title, e.event_date, e.event_date_end, e.category, e.proj_key from main m, resource r, event_cal e where m.category '%'+r.category+'%' and m.category '%" + e.category + '%' and m.category '%workshop%' , m.proj_key=r.proj_key , m.proj_key = e.proj_key ord...

How to get the client(s)of an Arduino ethernet server?

i implement inactivity  timeout clients. (it seems cannot connect arduino via ethernet because connection not closed) how can that? i have like: loop() { ... client incomingclient = server.available(); if (incomingclient) {   [read received command , process it] } else {   // enter here if   // no telnet connection   // or no activity on telnet link   incomingclient.println("disconnecting");    // <-- doesn't work obvisouly due if condition   incomingclient.stop();                             // <-- doesn't work same reason } } so question how can timeout ethernet connection? thanks, -- emmanuel i used putty test simple "telnet". echos input serial monitor until enter 'x', or don't 10 seconds. change network settings system. code: [select] #include <spi.h> #include <ethernet.h...

Thread: UbuntuHCL.org: New Pricing Features!

come ubuntuhcl.org, ubuntu hardware compatibility list, , check out our new pricing features. new ebay pricing research allows find hardware fits system , budget. example, can search video card rating of atleast 4/5 , under $100 average ebay value. check out! ubuntuhcl.org search Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] UbuntuHCL.org: New Pricing Features! Ubuntu

AVR upload errors

i have tried using arduino unos program engineering project 4 boards have gotten either error avrdude: stk500_getsync(): not in sync: resp=0xe0 or avrdude: verification error; content mismatch. have no idea why these errors come up. confident didnt burn out 4 different boards , since uploading same sketches when worked when didnt work dont see why these errors coming up. have legitimate solution solve either of these 2 upload errors. do have correct board selected on tools menu? Arduino Forum > Using Arduino > Installation & Troubleshooting > AVR upload errors arduino

Lilypad Program Troubleshoot

/*   blink   turns on led on 1 second, off 1 second, repeatedly.   example code in public domain. */ void setup() {                  // initialize digital pin output.   // pin 13 has led connected on arduino boards:   pinmode(5, output);      } void loop() {   digitalwrite(5, high);   // set led on   delay(1000);              // wait second   digitalwrite(5, low);    // set led off   delay(1000);              // wait second } the program prints error : avrdude: stk500_getsync(): not in sync: resp=0x00 i have tried program on multiple occasions , have tried different computer ports, boards, , different pin numbers. however, led continues not blink. thank help. the program prints error : avrdude: stk500_getsync(): not in sync: resp=0x00 that error message means pc...

List/Menu Form hides dropdown Menu

http://2006.maximizer.com/about/customers/index.html when scroll on 'company' in main navbar @ top of page, you'll see happens - ideas anyone? answered on forum within last 2 hours. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "lerbekmo" <webforumsuser@macromedia.com> wrote in message news:enmii4$35u$1@forums.macromedia.com... > http://2006.maximizer.com/about/customers/index.html > > when scroll on 'company' in main navbar @ top of page, > you'll see happens - ideas anyone? More discussions in Dynamic HTML General Discussion (read only) adobe

Change Audio in raspbmc - Raspberry Pi Forums

Image
hi. first, sorry bad english. have raspberry pi raspbmc on it. have allrdy bought mpeg2 license , dvd , iso playing way. im experience, if have mkv - iso etc - , first audio channel in movie deutch , secound english - when im trying change audio spoken in movie - whenether "yatze" im using or im using menu on raspbmc when playing movie - raspbmc crash ! goes black screen , return menu/film list. can start movie again - have english sound not german when optionel there hope there answer problem! best regards. ingolfstar current raspbmc has bug. need go may version, or try nightly build. can recommend rbej's openelec builds: http://forum.xbmc.org/showthread.php?ti ... pid1459640 they're bit bleeding edge, tend have latest bug fixes , stable me. raspberrypi