On 21 Set, 20:41, "Cinzia" <cinziapagani-no-spam_ple...@tiscali.it> wrote: <filip...@hotmail.com> ha scritto nel messaggionews:cd1d188b-3b1b-4823-bbf1-b9408bccc106@z66g2000hsc.googlegroups.com... Salve a tutti riporto in seguito il codice che non funziona sperando che qualcuno sappia il motivo. Dim rst1 As ADODB.Recordset Dim str1 As String str1 = "SELECT Query3.c_prodotto
Salve a tutti riporto in seguito il codice che non funziona sperando che qualcuno sappia il motivo. Dim rst1 As ADODB.Recordset Dim str1 As String str1 = "SELECT Query3.c_prodotto AS codice, Query2.descrizione, " & _ "Query3.n_commessa, Query3.n_settimana, Sum(Query2.importo_netto) AS SommaDiimporto_netto, " & _ "Sum(Query2.quantita) AS SommaDiquantita, Query2.n_progressivo
Hello, I just have started using mysql++ on Fedora Core 9 with gcc-4.3.0 and have run into a first problem: I am simply storing a single datum with type "TIME" using mysqlpp::sql_time into a test table and querying it again which fails. My code: #include <string> #include <mysql++.h> #include <ssqls.h> sql_create_1(time_test,1,0, mysqlpp::sql_time, ptime) int main(
Thanks. I have a another questions - I have 15 conditions to tests for - these include 5 different date fields which are searched for using a = start date and <= end date. How would I structure these? -- Cheers and thank you for your help! "Tom van Stiphout" wrote: On Thu, 18 Sep 2008 06:13:01 -0700, Cadburys <Cadburys@discussions.microsoft.com> wrote: ALL queries based