search for: nwhere

Displaying 7 results from an estimated 7 matches for "nwhere".

Did you mean: where
2012 Oct 26
1
Package RODBC sqlQueries
...or messages, but I when call for testData, I get the following: > testData [1] "07002 -3010 [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1." [2] "[RODBC] ERROR: Could not SQLExecDirect 'SELECT tblDataFieldRawSiteVisit.*\nFROM tblDataFieldRawSiteVisit\nWHERE (((tblDataFieldRawSiteVisit.dataForm)=\"Oyster Transition Plan Site Mapping Detail\"));'" I can run SELECT FROM statements successfully. I cannot run SELECT FROM WHERE statements without running into some sort of error. Can anyone offer advice as to why I'm having an issue...
2005 Nov 17
0
problem with shell and acccess 97
...execute it, i got it! but now when the i try to do some function it crashes. i think that the problem comes when the application try to call shell, but im not sure. the code when i click on the button is: Public Sub EjecutaAccessOLD(ByRef MiAccess As Object, vista As Integer, Informe, Condici?nWhere As String) Dim strDB As String Dim strCmd As String If Not MiAccess Is Nothing Then MiAccess.Quit Set MiAccess = Nothing End If Set MiAccess = GetObject(, "Access.Application") strDB = CaminoAlServidor & "\informes.mdb"...
2017 Aug 02
2
[LNT] new server instance http://lnt.llvm.org seems unstable
...Run_MachineID`, `NT_Run`.`OrderID` AS `NT_Run_OrderID`, `NT_Run`.`ImportedFrom` AS `NT_Run_ImportedFrom`, `NT_Run`.`StartTime` AS `NT_Run_StartTime`, `NT_Run`.`EndTime` AS `NT_Run_EndTime`, `NT_Run`.`SimpleRunID` AS `NT_Run_SimpleRunID`, `NT_Run`.`Parameters` AS `NT_Run_Parameters` \nFROM `NT_Run` \nWHERE `NT_Run`.`ID` = %s' (62996L,) ... Not sure what is causing that or what to do about it though. - Matthias > On Aug 2, 2017, at 12:47 PM, Tobias Grosser <tobias.grosser at inf.ethz.ch> wrote: > > It's not super urgent, just wanted to make sure it does not get lost. > I...
2017 Aug 03
2
[LNT] new server instance http://lnt.llvm.org seems unstable
...T_Run_OrderID`, > > `NT_Run`.`ImportedFrom` AS `NT_Run_ImportedFrom`, `NT_Run`.`StartTime` AS > > `NT_Run_StartTime`, `NT_Run`.`EndTime` AS `NT_Run_EndTime`, > > `NT_Run`.`SimpleRunID` AS `NT_Run_SimpleRunID`, `NT_Run`.`Parameters` AS > > `NT_Run_Parameters` \nFROM `NT_Run` \nWHERE `NT_Run`.`ID` = %s' (62996L,) > > ... > > > > Not sure what is causing that or what to do about it though. > > > > - Matthias > > > > > On Aug 2, 2017, at 12:47 PM, Tobias Grosser <tobias.grosser at inf.ethz.ch> wrote: > > > > &...
2007 Aug 07
11
Positioning text in top left corner of plot
Simple question how can you position text in the top left hand corner of a plot? I am plotting multiple plots using par(mfrow=c(2,3)) and all I want to do is label these plots a), b), c) etc. I have been fiddling around with both text and mtext but without much luck. text is fine but each plot has a different scale on the axis and so this makes it problematic. What is the best way to do this?
2017 Aug 02
2
[LNT] new server instance http://lnt.llvm.org seems unstable
Chris is on vacation this week. Not sure if someone else has access to the logs... - Matthias > On Aug 2, 2017, at 12:45 PM, Tobias Grosser <tobias.grosser at inf.ethz.ch> wrote: > > OK, who is in charge? > > Best, > Tobias > > On Wed, Aug 2, 2017, at 21:45, Matthias Braun via llvm-dev wrote: >> >>> On Aug 2, 2017, at 12:43 PM, Tobias Grosser
2007 Aug 11
0
DOE and interaction plot general question
...e > >> correct position. Ideally, it would be best if I could use legend but > >> have it outside the plot area. > >> > >> Any ideas? > > > > > > plot(1:10) > > library(grid) > > grid.text("What do we want? Text in the corner!\nWhere do we want it? > > Here!", > > x=unit(2, "mm"), y=unit(1, "npc") - unit(2, "mm"), > > just=c("left", "top")) > > > > Paul > > > > > >> Thanks > >> > >> Ben...