Tagged Questions

0
votes
4answers
39 views

Insert “t” into an images path using JQuery

What I would like to do is insert a "t" into the path of the image like so: <img src="../images/elements/slideshow/1t.jpg" width="378" height="210" /> A little look at my script: var …
1
vote
1answer
28 views

Inserting multiple rows to table - Access

Hi, I have an Access application in which I need to do a 'mass-update'. I have a form on which I have a dropdown, a listbox, and a checkbox. I also have a Update button, and when the user clicks it, …
0
votes
2answers
10 views

symfony inserting multiple records

i have problems inserting multiple records in symfony what happens is the 2nd up to the last records just updates the first record ex: $n = new Object(); // start loop until i = 5 $n->count = …
0
votes
5answers
28 views

PHP-ILooping an arrays values through a larger array

I want to know if it is possible to take an array and insert the array's values into a bigger array, multiple times, so that the values of the smaller array fill up the bigger array. Say array1 has …
2
votes
6answers
47 views

How to append distinct records from one table to another

How do I append only distinct records from a master table to another table, when the master may have duplicates. Example - I only want the distinct records in the smaller table but I need to …
0
votes
3answers
406 views

I know PHP’s read, write, and append… but can you insert? or remove last line?

I am trying to create an XML file, but the XML file needs to be wrapped in nodes... hence, not easy to use append. Any help with this would be great!! My XML consists of 2 different node types: …
0
votes
2answers
38 views

Passing values to database from C# application form

A trying to insert a couple of values received from textboxes into a table in access database. I have perfectly written my statement without passing value for the primary key in the table since its …
0
votes
3answers
29 views

Create table and fill with test data provided as text

What is your way of creating and populating test tables in MySQL when looking into SO questions where tables (but not CREATEs) and test data (but not INSERTs) are provided? And what client do you …
0
votes
0answers
41 views

SQLite Out of Memory when preparing insert statement

I have a problem with my app it opens this database and selects rows from it ok, Then when I want to add new rows using the following code and I always get the following problem at the execution of …
0
votes
4answers
32 views

Batch Insert or one by one

I am building a system, where the data will be added by user every 30 secs or so. In this case, should I go for a batch insert(insert after every 2 mins) or do I insert every time the user enters the …
0
votes
4answers
48 views

Why does insert from php to mysql mis-handle question marks sometimes, but from command line never?

I have a simple table: describe chat_public_messageboard ; +--------------+---------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | …
1
vote
1answer
32 views

Android:Is there a better way to insert and/or update a database entry?

I have a database containing a userId and a note. The user doesn't know if there already is a note in the DB so they write one and click the 'Submit' button. I want to insert this note if there is no …
0
votes
4answers
78 views

Query regarding SQL Insert in SQL Server?

I am using SQL Server 2008 and developing a project which is in maintenance phase. I want to insert record in a table whose primary key is an Integer but not an identity. e.g. table name is tblFiles …
1
vote
3answers
42 views

insert into sql query in wpf

Hello everyone i am new in wpf. so i have got problems with it. if you help me, i will be so pleased. thanks everyone in advance. My problem is, can not insert into name inside database in wpf. how …
0
votes
7answers
590 views

SQL Update Trigger

Hi, I have the following issue. We have a user table, every user has an unique email and username. We try to do this within our code but we want to be sure users are never inserted (or updated) in …

1 2 3 4 5 25 next
15 30 50 per page