Re: So many lookers, hey smith micro

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 54315
interpreted = N
texte = On 20/11/03 10:27 AM, "Jesse Proudman" wrote: > That's a bizarre way to do it... wonder why they don't just have > [search sql=3DDATABASE&query=3D[query]]. Guess it's time to go take the > Database Design course. I hope Scott allows me to go on, if not he will tell:-) Anyhow, for SQL to work you need to issue a connection: [Sqlconnect xxxxxxx] Then you need to "create" the statement: [SQLexecute theconnection and a var] Select * from table [/sqlexecute] [sqlresult the var above] [founditems] [/founditems] [/sqlresult] Seems to me a normal way to interact with SQL. But in any case a "normal" WebDNA like search would be even cooler. Then Scott would have to come up with a conversion table which will convert the WebDNA tag to SQL statements:-) Yo, that would be something, or Scott? Nitai -- Redakto - Content Management that simply works ComputerOil=AE GmbH Unionstrasse 4 8032 Z=FCrich / Switzerland Telefon +41 (0)844 44 55 66 info@computeroil.com http://computeroil.com ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: So many lookers, hey smith micro ( "Scott Anderson" 2003)
  2. Re: So many lookers, hey smith micro ( Kenneth Grome 2003)
  3. Re: So many lookers, hey smith micro ( Lucas Rockwell 2003)
  4. Re: So many lookers, hey smith micro ( "Scott Anderson" 2003)
  5. Re: So many lookers, hey smith micro ( "Scott Anderson" 2003)
  6. Re: So many lookers, hey smith micro ( Glenn Busbin 2003)
  7. Re: So many lookers, hey smith micro ( Kenneth Grome 2003)
  8. Re: So many lookers, hey smith micro ( Clint Davis 2003)
  9. Re: So many lookers, hey smith micro ( "flingo" 2003)
  10. Re: So many lookers, hey smith micro ( "Nitai @ ComputerOil" 2003)
  11. Re: So many lookers, hey smith micro ( Alain Russell 2003)
  12. Re: So many lookers, hey smith micro ( "Andrew Simpson" 2003)
  13. Re: So many lookers, hey smith micro ( Alain Russell 2003)
  14. Re: So many lookers, hey smith micro ( "Nitai @ ComputerOil" 2003)
  15. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  16. Re: So many lookers, hey smith micro ( "Nitai @ ComputerOil" 2003)
  17. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  18. Re: So many lookers, hey smith micro ( Alain Russell 2003)
  19. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  20. Re: So many lookers, hey smith micro ( "Nitai @ ComputerOil" 2003)
  21. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  22. Re: So many lookers, hey smith micro ( "Nitai @ ComputerOil" 2003)
  23. Re: So many lookers, hey smith micro ( Matthew A Perosi 2003)
  24. Re: So many lookers, hey smith micro ( Donovan Brooke 2003)
  25. Re: So many lookers, hey smith micro ( Kalin Mintchev 2003)
  26. Re: So many lookers, hey smith micro ( Glenn Busbin 2003)
  27. Re: So many lookers, hey smith micro ( "Andrew Simpson" 2003)
  28. Re: So many lookers, hey smith micro ( Kenneth Grome 2003)
  29. Re: So many lookers, hey smith micro ( Stuart Tremain 2003)
  30. Re: So many lookers, hey smith micro ( CN Stuff 2003)
  31. Re: So many lookers, hey smith micro ( Alain Russell 2003)
  32. Re: So many lookers, hey smith micro ( "Scott Anderson" 2003)
  33. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  34. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  35. Re: So many lookers, hey smith micro ( "Scott Anderson" 2003)
  36. Re: So many lookers, hey smith micro ( "Andrew Simpson" 2003)
  37. Re: So many lookers, hey smith micro ( Kenneth Grome 2003)
  38. Re: So many lookers, hey smith micro ( Phillip Bonesteele 2003)
  39. Re: So many lookers, hey smith micro ( Kalin Mintchev 2003)
  40. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  41. Re: So many lookers, hey smith micro ( "WebDna @" 2003)
  42. Re: So many lookers, hey smith micro ( Kalin Mintchev 2003)
  43. Re: So many lookers, hey smith micro ( Andrew Thompson 2003)
  44. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  45. Re: So many lookers, hey smith micro ( Kenneth Grome 2003)
  46. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  47. Re: So many lookers, hey smith micro ( "Andrew Simpson" 2003)
  48. Re: So many lookers, hey smith micro ( Kalin Mintchev 2003)
  49. Re: So many lookers, hey smith micro ( Jesse Proudman 2003)
  50. Re: So many lookers, hey smith micro ( Andrew Thompson 2003)
  51. Re: So many lookers, hey smith micro ( Kenneth Grome 2003)
  52. Re: So many lookers, hey smith micro ( "Andrew Simpson" 2003)
  53. Re: So many lookers, hey smith micro ( Andrew Thompson 2003)
  54. Re: So many lookers, hey smith micro ( "Andrew Simpson" 2003)
  55. Re: So many lookers, hey smith micro ( Andrew Thompson 2003)
  56. Re: So many lookers, hey smith micro ( "Andrew Simpson" 2003)
  57. Re: So many lookers, hey smith micro ( Alain Russell 2003)
  58. Re: So many lookers, hey smith micro ( Marc Kaiwi 2003)
  59. So many lookers, hey smith micro ( Jeff Logan 2003)
On 20/11/03 10:27 AM, "Jesse Proudman" wrote: > That's a bizarre way to do it... wonder why they don't just have > [search sql=3DDATABASE&query=3D[query]]. Guess it's time to go take the > Database Design course. I hope Scott allows me to go on, if not he will tell:-) Anyhow, for SQL to work you need to issue a connection: [Sqlconnect xxxxxxx] Then you need to "create" the statement: [SQLexecute theconnection and a var] Select * from table [/sqlexecute] [sqlresult the var above] [founditems] [/founditems] [/sqlresult] Seems to me a normal way to interact with SQL. But in any case a "normal" WebDNA like search would be even cooler. Then Scott would have to come up with a conversion table which will convert the WebDNA tag to SQL statements:-) Yo, that would be something, or Scott? Nitai -- Redakto - Content Management that simply works ComputerOil=AE GmbH Unionstrasse 4 8032 Z=FCrich / Switzerland Telefon +41 (0)844 44 55 66 info@computeroil.com http://computeroil.com ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "Nitai @ ComputerOil"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[WebDNA] TRIM (2008) RE: [WebDNA] linux linux linux (2009) [OT] USA States (2003) creating a ShipCosts database (1997) Sendmail and Formvariables (2000) RE: Append problem w/" (1999) Open Databases on Restart (1999) [isfile] ? (1997) WebCatalog NT beta 18 problem (1997) WebCatalog2 Feature Feedback (1996) Search returns all, not 20 (1997) Fun with dates (1997) Re:E-mailer application times out (1998) List Archives (2000) [WebDNA] Amazon EC2 (2009) WebCatalog NT beta 18 problem (1997) Mystery authentication (1997) When to use [convertchars] ?!?!? (2000) TCP Connect (2000) Multiple prices (1997)