topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
ACTX.obj: unresolved external | Hi Antonio,
I need to rebuild FWH with vc2010 and I got the error:
fivehc32.lib(ACTX.obj) : error LNK2019: unresolved external symbol "void __cdecl operator delete(void *,unsigned int)
I can't find ani actx.c to recompile.
Thx in advance,
Roberto Parisi |
ACTX.obj: unresolved external | Roberto,
You can implement delete this way:
[code=fw:2qcwjtrz]<div class="fw" id="{CB}" style="font-family: monospace;">void __cdecl operator delete<span style="color: #000000;">(</span> void * p <span style="color: #000000;">)</span><br /><span style="color: #000000;">{</span><br /> hb_xfree<... |
ACTX.obj: unresolved external | Thx, I tried, but I can't compile it:
error C2061: syntax error : identifier 'delete'
I would be grateful if you could send me a VC210 build.
Thx in advance,
Roberto Parisi |
ACTX.obj: unresolved external | [url:wkc832zh]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32180[/url:wkc832zh]
[url:wkc832zh]http://www.osronline.com/showThread.CFM?link=271162[/url:wkc832zh]
[url:wkc832zh]http://stackoverflow.com/questions/6181360/problems-with-delete-keyword[/url:wkc832zh] |
ACTX.obj: unresolved external | Roberto,
Where to download Visual Studio 2010 from ?
Couldn't you use free Visual Studio Community 2015 ? |
ACTX.obj: unresolved external | I found Visual Studio 2010 Express,
downloading it... |
ACTX.obj: unresolved external | Roberto,
I just sent you the FWH libs by email |
AD ( microsoft active directory ) Tool library | To AllDoes anyone know if there is an AD ( microsoft active directory ) library for use with xHarbour\FWH ?? I am looking for a library that can make some queries against AD.. perhaps like :1) What folders a specific group has rights to2) Members of an AD group3) what users have a specific file open in a specific folde... |
AD ( microsoft active directory ) Tool library | Rick,Could you connect to YIM for a moment ? thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
AD ( microsoft active directory ) Tool library | Dear Rick, did you find the library that integrates with FWH?
Thank you, |
AD ( microsoft active directory ) Tool library | Not really .. no .. but there are a lot of VB Scripts you can Google which you can easily adapt to many AD functions ..
Rick |
ADD COLUMN TO XBROWSE | Hi Nages.
I need your help to convert this funtion into xbrowse, this work well with Tsbrowse
FUNCTION N21A_DEFCOLUMN(_oBR, D_COLUMNAS)
LOCAL X:=0, _PIC, _COLOR:=""
D_COLSIZES:={}
FOR X = 1 TO LEN(D_COLUMNAS)
AADD(D_COLSIZES, IIF(D_COLUMNAS[X,3] < 3 , 40 , D_COLUMNAS[X,3] * 9 ) )
_NCOLOR:= "NCOLOR" + ALLTRIM(... |
ADD COLUMN TO XBROWSE | This is the modified program with your function that works with XBrowse, following your style of programming.
[code=fw:2ydn9hih]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #... |
ADD COLUMN TO XBROWSE | Hi Nages
I congratulate you that xbrowse is a very good tool.
I'm in the process of migrating our application from xHarbour to Harbor.
The reason that the routine generates a browse as well as it sends, it is due that the user uses a data dictionary to order the columns of the table as it requires, so we can not sho... |
ADD MY FUNCTION to F1 KEY ? | Hi all
Is it possible to add my function to VK_F1
Somethink like: SetKey( VK_F1, { || MsgInfo("Hello") } )
I dont want mesage "[b:2emoqo7q]No Help file defined with SetHelpFile()![/b:2emoqo7q]"
Best regards, |
ADD MY FUNCTION to F1 KEY ? | Debes enlazar help32.prg comentando la linea:
//MsgStop( "No Help file available", " Attention" )
[code=fw:1l5uauym]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//-----------------------------------------------------------------------//</span><br /><span style="color:... |
ADD MY FUNCTION to F1 KEY ? | avista,
You have to comment these lines in keydown() methode of tWindows
[code=fw:2p0nsw10]<div class="fw" id="{CB}" style="font-family: monospace;">*<span style="color: #00C800;">if</span> nKey == VK_F1<br />* ::<span style="color: #000000;">HelpTopic</span><span style="color: #000000;">(</span><span style="co... |
ADD MY FUNCTION to F1 KEY ? | Hi and thanks for reply
byt DONT WORK !
[code=fw:3jz2bosi]<div class="fw" id="{CB}" style="font-family: monospace;">* <span style="color: #00C800;">if</span> nKey == VK_F1<br />* <span style="color: #B900B9;">// ::HelpTopic() // as WM_HELP is now supported by controls</span><br />* &n... |
ADD MY FUNCTION to F1 KEY ? | Did you recompile it, and linked it before the fw-lib?
Sended with Tapatalk |
ADD MY FUNCTION to F1 KEY ? | Marc,
I added window.prg in program, (compiled and linked)
But the same result
Regards, |
ADD MY FUNCTION to F1 KEY ? | Sorry, I don't know the solution.
I just tested it on my system, and have the same problem.
Maybe Antonio know the answer.
Sended with Tapatalk |
ADD MY FUNCTION to F1 KEY ? | <!-- m --><a class="postlink" href="http://fivetechsupport.com/forums/viewtopic.php?f=3&t=6555&start=0">http://fivetechsupport.com/forums/viewt ... 55&start=0</a><!-- m -->
Enrico,s solution work
Regards, |
ADD oCol TO XBROWSE... | Saludos, amigos del foro.
[code=fw:1budvf6e]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">XBROWSE</span> oBrw2 <span style="color: #0000ff;">ID</span> <span style="color: #000000;">182</span> <span style="color: #0000ff;">OF</span> ... |
ADD oCol TO XBROWSE... | Bueno, opté por utilizar un campo de la tabla.
Saludos. |
ADD oCol TO XBROWSE... | sample:
[code=fw:23i4m0ol]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> main<span style="color: #000000;">(</span><span style="color: #000000;">&... |
ADD oCol TO XBROWSE... | Another simple way
[code=fw:2xzn4s1q]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> main<span style="color: #000000;">(</span><span style="color: ... |
ADD oCol TO XBROWSE... | Thanks, Mr. Rao
[code=fw:1ee91dbj]<div class="fw" id="{CB}" style="font-family: monospace;"> WITH OBJECT oBrw<br /> :<span style="color: #000000;">Salary</span>:<span style="color: #000000;">nFooterType</span> := AGGR_SUM<br /> :<span style="color: #000000;">NewCol<... |
ADDING DATA INTO AN ARRAY....[XY] | If I have an archive where there are 3 field :
NumArt Datain DataOut
sample :
129 01/03/07 02/03/07
120 01/03/07 02/03/07
122 01/04/07 12/04/07
121 01/03/07 12/04/07
120 04/06/07 06/06/07
then I have an array type [x,y]
aMounth [m,day]
sample ... |
ADDING DATA INTO AN ARRAY....[XY] | Silvio,
You may use hashes to solve it. Please review some hashes examples. |
ADDING DATA INTO AN ARRAY....[XY] | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=72228#p72228">viewtopic.php?p=72228#p72228</a><!-- l --> |
ADDING DATA INTO AN ARRAY....[XY] | perhaps I not explain you right or you not understand me
I have many tables of restaurant and when I move the mouse on each button table I want show a listbox on ribbonbar with the all mounth and days from 1 to 30
if the table is occupated it must show on each day a red ball or if is free it must show a green ball ... |
ADDING DATA INTO AN ARRAY....[XY] | Silvio,
And what is the problem ? |
ADDING DATA INTO AN ARRAY....[XY] | I dont Know How make it ...
How Load into array these values
I try with this but then I not Know how make :
FUNCTION LOAD(nTable,aDatiDisp)
USE RESERVATION ALIAS RESERVA
INDEX ON RESERVA->NUMTABLE TO TABLES
DO wHILE ! EOF()
if RESERVA->NUMTABLE==nTable
DInit:=RESERVA->datain
DEnd:=RESERVA->datafin
mounth... |
ADDING DATA INTO AN ARRAY....[XY] | Use a three element array.
aadd( aDatiDisp, nMonth, nDay, if( lOccupated, .T., .F.) ) |
ADDING DATA INTO AN ARRAY....[XY] | Hi Silvio
I guess you are asking how to build the array from which to display the green and red balls, although I may have misunderstood.
If so I would have thought that you would intialise an array to all not occupated, and then iterate through marking which ones are
occupated. This code could, presumably, also ch... |
ADDING DATA INTO AN ARRAY....[XY] | Thankx xPro,
When the user hovers over the button of the table with the mouse
on the listbox which is right at the ribbon should display the quantity for that table according to the archive of reservations.
Must be shown for all the months from January to December and each day if the table is free or not
This is to f... |
ADDING DATA INTO AN ARRAY....[XY] | Is what is wanted something like this?
[url=http://img69.imageshack.us/my.php?image=silviow.jpg:diphdyzb][img:diphdyzb]http://img69.imageshack.us/img69/806/silviow.jpg[/img:diphdyzb][/url:diphdyzb]
Logic to load data into array is very simple, as can be seen from the LoadData() func... |
ADDING DATA INTO AN ARRAY....[XY] | Thanks Nages,
I try it and run ok , now I must insert it on my application but I'm sure it will not be difficult to include it in my application
I certainly would not have been able to do a function like this: you're a Great Friend! |
ADDING DATA INTO AN ARRAY....[XY] | Mr. NagesWaraRao,
I would like to work with your xbrowse solution.
Would you be so kind to post theses functions:
Unresolved external '_HB_FUN_ADDMONTH'
Unresolved external '_HB_FUN_BOY' refer
Unresolved external '_HB_FUN_LASTDAYOM'
for me.
Thanks in advance
Otto |
ADDING DATA INTO AN ARRAY....[XY] | Dear Mr.Otto,
You need to link xHarbour's CT.Lib for the Date functions to work. Mr.Rao has already mentioned about this on his post.
Regards
Anser |
ADDING DATA INTO AN ARRAY....[XY] | Mr. NageswaraRao,
I used your code to build a Statistics on arrivals and overnight stays.
Best regards,
Otto
[img:jk84g2wu]http://www.atzwanger-software.com/fw/sparkling.jpg[/img:jk84g2wu]
[code=fw:jk84g2wu]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000... |
ADDING DATA INTO AN ARRAY....[XY] | Excellant Mr. Otto
Its the Graph that makes the information clear and conveys the meaning effectively.
Your presentation is an example of how to convert data into information. |
ADIOS A UN AMIGO. | Hola a todos,
Pues eso, el pasado viernes fallecio Rolando Cerella o rCerella, como posteaba, realmente no tengo palabras... simplemente gracias a la vida por haberte conocido, un loco electronico, buen programador, pero x sobre todo BUEN TIPO. Te vamos a extrañar.
Salu2. |
ADIOS A UN AMIGO. | Amigo Ariel,
Nos unimos a la pena de su familia. De verdad hay gente que deja huella. |
ADIOS A UN AMIGO. | Adios compañero <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> |
ADIOS A UN AMIGO. | Adios Comprañero !!!
un abrazo a la familia... un TIPASOOO !!
una gran Pena <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> |
ADIOS A UN AMIGO. | [quote="davidObarrio":2d8vez75]Adios Comprañero !!!
un abrazo a la familia... un TIPASOOO !!
una gran Pena <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->[/quote:2d8vez75]
Me uno a la pena y que descanse en paz Ariel, que lo tenga en su gloria . |
ADIOS A UN AMIGO. | Recién me acabo de enterar, tengo la piel de gallina, tuve la suerte de conocerlo en persona un tipo bárbaro, abierto, bondadoso, gaucho, podría poner infinidades de adjetivos para calificarlo...
Que en paz descanses Rolo.
Siempre te recordaré como el tipo que fuiste. |
ADIOS A UN AMIGO. | Un amigo más que se va, pero que permanece muy vivo en nuestros corazones. |
ADIOS A UN AMIGO. | Goian bego !!! Q.E.D. !!! |
ADIOS A UN AMIGO. | Adiós compañero, sentimos perder un amigo.
Mi mas sentido pésame a su familia. |
ADIOS A UN AMIGO. | Adios amigo, hasta que nos encontremos en la proxima vida... |
ADIOS A UN AMIGO. | Buen camino compañero,
de seguro nos encontraremos en la siguiente estación en un foro como este,
ABZS. a la familia. |
ADIOS A UN AMIGO. | Mis más sentidos pésames para la familia.
Que en paz descanse.
Atte.,
Adhemar |
ADIOS A UN AMIGO. | Mis pesames a la familia. |
ADIOS A UN AMIGO. | Paz en su tumba, un abrazo a toda su familia por tan lamentable suceso |
ADJUST en Bitmap | Antonio,
Como teneis el tema del ADJUST en los bitmaps ?
Aparece u2 mensajes -> Not implemented yet -> CreateBitmapIndirect() y SetStretchBlt()
Saludos.
C. |
ADJUST en Bitmap | Carles,
Son funciones que no soporta el API de Windows Mobile. Tenemos que implementar unas equivalentes, ó hacerlo de otra forma. |
ADJUST en Bitmap | Antonio,
Esta bien, pero p.e. si ejecutas el codigo (tutor11) añadiendo el ancho y alto en oWnd:SayBitmap(), aparecen los dos mensajes pero despues muestra el bitmap redimensionado. No habria manera de momento, 'capar' estas dos funciones.
[code:2yt73edo]
#include "FWCE.ch"
//------------------------------------... |
ADJUST en Bitmap | Carles,
Los avisos están puestos para recordar las funciones que no están disponibles en el API de Windows Mobile. Si conseguimos implementar una determinada funcionalidad de otra forma, entonces no son llamadas y no aparecen los mensajes <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!... |
ADJUST en Bitmap | Antonio
Yo lo decia, porque a apriori, he creado ejemplos jugando con el tamaño, y funciona perfectamente. Por eso te decia la posiblidad 'momentanea' de quitar los mensajes, para poder utilizar ya esta funcionalidad.
Imagen con parametros nWidth y nHeight
[url=http://imageshack.us:3d5nu29v][img:3d5nu29v]htt... |
ADJUST en Bitmap | Carles,
Puedes poner el código del ejemplo completo ? gracias <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
ADJUST en Bitmap | Antonio,
Es el ejemplo tutor11, añadiendo en el metodo :Saybitmap(), el cuarto y quinto parametro (nWidth, nHeight)
[code:3nsqyduy]
function Main()
local oWnd, oBmp
DEFINE BITMAP oBmp FILE CurDir() + "\test.bmp"
DEFINE WINDOW oWnd TITLE "Tutor11"
ACTIVATE WINDOW oWnd ;
... |
ADJUST en Bitmap | Carles,
Corregido y publicado un nuevo build que además incluye la función SerialNumber() para obtener el identificador del Pocket PC. |
ADJUST en Bitmap | Antonio,
Caray, q rapido cuando quieres ( o cuando puedes <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> )
Voy a probarlo a ver q tal. -> Gracias
Nota: ( Te envie el MsgGet corregido, lo recibiste ?)
Saludos.
C. |
ADJUST en Bitmap | Carles,
Sí, lo recibí. Lo que ocurre es que aún no he tenido tiempo de revisarlo. Gracias |
ADO | Hi All
I have the following code working - connecting to a MYOB ( accounting software)
but I would like to add a record to the table.
#include "fivewin.ch"
function main()
local cStr,oCon,oRecSet,oRs,cn,nCnt := 0
cStr := "Driver={MYOAU0901}; TYPE=MYOB; UID=Administrator; PWD=;DATABASE=C:\Premier125\Clearwtr.my... |
ADO | Hi All
Would I be better to use the ADORDD if so where to I find it - I am
using xHarbour.
Cheers
Colin |
ADO | Dear Mr.Colin,
Update an existing record
[code=fw:1tk7809r]<div class="fw" id="{CB}" style="font-family: monospace;">cSql:=<span style="color: #ff0000;">""</span><br />cSql+=<span style="color: #ff0000;">"UPDATE Invoice SET Bill_Amount = 100 WHERE Invoice_No = 1021"</span><br /><span style="color: #00C800;">TRY</span... |
ADO | Hi Anser
I tried this code but it failed
if MsgYesNo('add')
cSql:=""
cSql+="INSERT INTO Cards ([Lastname]) VALUES (Techdata Software)"
TRY
oRs:Execute(cSql)
CATCH oError
MsgInfo("Could not add")
//ShowSqlError(oError)
Return .F.
END
endif
Cheers
Col... |
ADO | Hi Mr.Colin
[code=fw:i9tqf82q]<div class="fw" id="{CB}" style="font-family: monospace;">cSql+=<span style="color: #ff0000;">"INSERT INTO Cards ([Lastname]) VALUES ('Techdata Software')"</span><br /> </div>[/code:i9tqf82q]
I found that ' ' is missing. Please check the oError, to understand where the problem is. I... |
ADO | Hi Anser
Still no luck - where do I find ShowSqlError
regards
Colin |
ADO | Dear Mr.Colin
[code=fw:1duc3z5s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Local</span> oError<br /><span style="color: #00C800;">TRY</span><br /> oCmd:<span style="color: #000000;">Execute</span><span style="color: #000000;">(</span><span style="color:... |
ADO | [code=fw:f0kv8qpe]<div class="fw" id="{CB}" style="font-family: monospace;">*---------------------------------------------------*<br /><span style="color: #00C800;">Function</span> ShowSqlError<span style="color: #000000;">(</span>oError<span style="color: #000000;">)</span><br />*------------------------------... |
ADO | Hi Anser
Still cant get oErrors to work - I have sent an email to the company that
provides the SDK to see if they can offer some help.
Appreciate you assistance.
Cheers
Colin |
ADO | Its much happier to deal with ADO directly than to use ADORDD, because we have full control on the code we use.
ADORDD is good when there is not enough time to learn ADO or to quickly convert a legacy application in DBF syntax.
In this case it appears to be an ODBC driver but not a full OLEDB provider. All functiona... |
ADO | Para conectar con servidor de MYSQL remoto voy a intentar hacerlo usando ADO pero nunca lo he utilizado antes.
Ruego me informen como proceder porque en el primer intento me dice arroja un error la función FW_OPENADOCONNECTION(). Error 120:
"No se encuentra el nombre del origen de datos y no se especificó ningún co... |
ADO | Quizás te ayude
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=19&t=27296#p151744">viewtopic.php?f=19&t=27296#p151744</a><!-- l --> |
ADO | Please try again using this syntax
[code=fw:3pv14men]<div class="fw" id="{CB}" style="font-family: monospace;">oCn := FW_OpenAdoConnection<span style="color: #000000;">(</span> <span style="color: #000000;">{</span> <span style="color: #ff0000;">"MYSQL"</span>, cServer, cDatabase, cUserName, cPassword <span s... |
ADO and hb_serialize() | I'm trying to save an array with hb_serialize in a TEXT field ( MySql ) but I get an error.
The statement is:
[code=fw:3kq3vjh6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">UPDATE</span> OUTPUTS SET ACAMPOS = <span style="color: #ff0000;">'A )... |
ADO and hb_serialize() | Antionio,
Can you just use:
ASave( aArray ) --> cText
ARead( cText ) --> aArray
James |
ADO and hb_serialize() | James,
Thanks but its the same problem I cant save such a string. |
ADO and hb_serialize() | Do you mean it is too large? Something else?
I'm not sure what the example you posted is. It seems to be more than just a string of array data. I also see single quotes which will give problems with SQL. You have to replace single quotes with two single quotes (not a double quote).
I would suggest first testing with ... |
ADO and hb_serialize() | James,
With Asave :
[code=fw:2dokeiz4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #ff0000;">'UPDATE OUTPUTS SET ACAMPOS = '</span>AË * N 1N 2N 3N 4N 5N 6N 7N 8N 9N 10N 11N 12N 13N 14N 15N 16N 17N 18N 19N 20N 21N 22N 23N 24N 25N 26N 27N 28N 29N 30N 31N ... |
ADO and hb_serialize() | I still see a special character in the second position. I don't know enough about SQL to know if that is an issue.
When I said something simple I meant REALLY simple. How about an array of three characters? E.G. A,B,C.
James |
ADO and hb_serialize() | James,
I need to save an array of strings or numbers.
I tried convert it to base64 it saves but then I cant load it again.
Any ideas? |
ADO and hb_serialize() | James,
This seems to work.
[code=fw:1elo4ul1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> HB_SERIALIZE<span style="color: #000000;">(</span> aArray<span style="color: #000000;">)</span><br /><span style="color: #00C800;">RETURN</span> CMIMEENC<s... |
ADO and hb_serialize() | Great news!
What does CHIMEDEC() do?
James |
ADO and hb_serialize() | James,
(De) / Encode a string to MIME. |
ADO and hb_serialize() | All,
There is a MimeClip.prg in my \\fwh\source\function directory, seems to have two functions:
fMimeDec()
fMimeEnc()
Would this help?
Byron ... |
ADO tablelist | Hi,
How can I get a list of all tables in the SQL-database.
In tMySQL I had something like oSQL:ListTables() that give me an array with all the tables.
Thanks,
Marc |
ADO tablelist | Hi,
I found a solution in this topic
[url:250g614e]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23337&p=125375&hilit=list+tables#p125375[/url:250g614e]
Regards,
Marc |
ADO & Active Directory / ADO & Directorio Activo | Hi,
an interesting web page about ADO & Active Directory.
Hola,
una página web interesante acerca de ADO & Directorio Activo.
[url:3gzwuesz]http://www.rlmueller.net/index.html[/url:3gzwuesz]
Regards/Saludos,
Félix |
ADO & Active Directory / ADO & Directorio Activo | Hi / Hola,
a new link / un nuevo enlace
[url:3lzbv0ps]http://www.selfadsi.org/search.htm[/url:3lzbv0ps]
Saludos |
ADO & SQL INSERT Statement | Hi all,
Some one can help how to insert multiple rows with one SQL command
in INFORMIX database
(Otherwise it is so slow inserting rows one by one)
Best Regards, |
ADO & SQL INSERT Statement | Hi,
can you try this [url:12i6b50d]http://www.toadworld.com/platforms/sql-server/b/weblog/archive/2013/02/28/insert-multiple-values-sets-into-a-table-in-one-command.aspx[/url:12i6b50d] ?
[url:12i6b50d]http://sqlstudies.com/2013/02/28/insert-multiple-values-sets-into-a-table-in-one-command/[/ur... |
ADO & SQL INSERT Statement | Baxajaun,
Tahnks for reply
This SQL produce Syntax Error
[code=fw:2568e9p1]<div class="fw" id="{CB}" style="font-family: monospace;">INSERT INTO Table <span style="color: #000000;">(</span>field1, field2<span style="color: #000000;">)</span> VALUES <span style="color: #000000;">(</span><span style="color:... |
ADO & SQL INSERT Statement | Avista;
Most SQL engines can execute a prepared query, also known as a unnamed parameters in SQL. When such SQL executes it is cached by the server and optimized to be executed many times. Each time you execute the SQL you'd only need to change the values for the parameters.
Example:
INSERT INTO Table1 VALUES ( ?, ... |
ADO & SQL INSERT Statement | Hi Avista,
i've tried in my sqlite installation the following code
[code=fw:10rfi9gf]<div class="fw" id="{CB}" style="font-family: monospace;">insert into test <span style="color: #000000;">(</span>campo1,campo2<span style="color: #000000;">)</span> values <span style="color: #000000;">(</span><span styl... |
ADO & SQL INSERT Statement | Holas,
usually an INSERT statement add one row only, but if the data source is part of the other table
or tables you can combine INSERT WITH SELECT in the same statement
INSERT INTO <table> SELECT <rows,static data,...> FROM <table> WHERE <cond>
All depend of the scenario
best regards
Marcelo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.