Questions tagged [reserved]

Denotes a resource that is usable only in a pre-determined way. This can reference memory, key words or hardware.

Denotes a resource that is usable only in a pre-determined way. This can reference memory, key words or hardware.

94 questions
0
votes
1 answer

Email based interface for reserving resources in MS Outlook

Is there a way to manage reservations of Outlook resources like resource1@example.com entirely through email? I know that it is easily managed through Outlook by creating new Appointments and Meetings and then inviting the resource's email…
user3380049
  • 139
  • 1
  • 10
0
votes
1 answer

MySQL not able to use backtick for reserved keyword

I'm creating a simple table and i'm not able to use the reserved keyword Password. I tried using backticks, but get an error "Msg 102, Level 15, State 1, Line 7 Incorrect syntax near '`'." I don't wanna use double quotes, can someone please tell…
rbk
  • 283
  • 2
  • 3
  • 16
0
votes
2 answers

ARM: Safe physical memory position (to reserve) for my ARM hypervisor in relation to a Linux/Android guest

I am developing a basic hypervisor on ARM (using the board Arndale Exynos 5250). I want to load Linux(ubuntu or smth else)/Android as the guest. Currently I'm using a Linaro distribution. I'm almost there, most of the big problems have already been…
Zuzu Corneliu
  • 1,594
  • 2
  • 15
  • 27
0
votes
1 answer

Access AWS Reserved instance via ssh

I have just created a reserved instance (Linux) on AWS. I want to access the server via ssh by "ssh username@hostname" However I can't seem to find what the reserved instances ip address or domain name is. I can't find it in the properties nor a…
svaret
  • 325
  • 2
  • 13
0
votes
1 answer

Reading tcpdump header length command

This is my first post and I absolutely <3 this site! So much great content! So, I have the following TCPDump command I want to understand what it is asking (in plain English). tcpdump 'tcp[12] & 80 !=0' Is it asking to grab all TCP packets on byte…
John
  • 13
  • 3
0
votes
0 answers

SQL table named with reserved keyword in Excel

I have the following code I would like to put into Excel: SELECT Trans.TransactionNumber, Trans.CustomerID, Trans.Total, TrE.ItemID, TrE.Quantity, TeE.Description FROM "Transaction" AS Trans JOIN TransactionEntry AS TrE ON…
Justin Burgard
  • 440
  • 1
  • 6
  • 17
0
votes
3 answers

Sql with mysql reserved word

I have this following sql code: $sql = "INSERT INTO data (Artist, Name) VALUES ('TF2', 'you're right behind me')"; The code itself looks normal but for some reason mysql doesn't want to allow me to save it. I get the following error: "#1064 - You…
0
votes
1 answer

PHP - Paypal product timeout

I have finally got my paypal system working using IPN and a reservation system to ensure that two people do not buy the same product. The problem is, the reservations last for 10 mins on my application. If a user reserves the product the 'timer'…
Mark
  • 5,423
  • 11
  • 47
  • 62
0
votes
2 answers

Apostrophy and quotation marks won't add to mysql from a form

I need some help here! I have a form on a site admin page, the owner fills in his projects and the get added to a mysql db, but sometimes the data contains single or double quotes so it won't add to the db. I tried using addslashes but it still wont…
Glen Rogers
  • 35
  • 1
  • 7
0
votes
1 answer

MSBuild: Evaluating reserved properties with ReadLinesFromFile

I'm using MSBuild to customize the build process of Visual Studio, WiX, SandCastle, ... projects. To keep it as generic as possible I'd like to use text files defining some 'project specific' settings, like where the files should be loaded from,…
robert.oh.
  • 644
  • 2
  • 5
  • 13
0
votes
1 answer

How to use reserved words without backquotes in MySQL

I would like to use reserved words such as "user" or "right" as table or column names in my databases. Until now I've been using back quotes, but I read somewhere that they are MySQL specific, and I would like to preserve database compatibility.…
Virus721
  • 8,061
  • 12
  • 67
  • 123
0
votes
1 answer

Is hidden() a reserved function of javascript

Of these two, only gidden() works. hello world