Tagged Questions

0
votes
2answers
12 views

Using a single wiki table for multiple subject tables

Hello, I wonder to know if someone can help to understand if I'm doing well using a single table with wiki content for multiple subjects, so: TABLE wiki ==> wiki_id wiki_content …
0
votes
2answers
27 views

Export MS Access tables through VBA to an excel spreadsheet in same directory

I have two tables in my access database that I want to be able to export to excel. I can do it by opening the table and then doing File->Export... and then choosing the format and typing in the file …
1
vote
2answers
22 views

Django: several tables for one model.

I have a model "Messages" which i use to store messages throughout the site. These are messages in discussions, private messages and probably chat. They are all stored in 1 table. I wonder if it will …
0
votes
2answers
30 views

How to create calculated field in Access Database using SQL during runtime in Delphi

I am creating a table during runtime. This is how I do it: AdoCommand1.Connection:=AdoConnection1; cs:='CREATE TABLE '+edname.text+' (' + 'ID Integer IDENTITY(1,1) NOT NULL UNIQUE PRIMARY KEY,' + …
1
vote
2answers
61 views

Get all table names in a Django app

How to get all table names in a Django app? I use the following code but it doesn't get the tables created by ManyToManyField from django.db.models import get_app, get_models app = get_app(app_name) …
0
votes
0answers
13 views

Alpha Beta Searching and Transposition Tables

I have alpha beta search working and want to implement transposition tables to make it faster. The problem I'm having is the relationship between the entries in the table and the current position …
0
votes
2answers
28 views

loop through tr’s with Jquery and compare contents with next row in series

I'm somewhat new to jQuery/javascript, and would like to compare the contents of row[i] in a table body with row[i+1]. Is this something I can do with jQuery or should I just use plain old JS and …
0
votes
3answers
27 views

Remove row from one table and add it to another with jQuery

I am trying to remove a row from one table and add it to another with jQuery. I've examined this similar Stack Overflow post and feel like I am doing roughly the same thing but am obviously missing …
0
votes
1answer
23 views

One Table and several divs position

Have table and several div elements. Table is time grid and divs are events that may take every position relatively table from top to bottom, dependently on time. See screenshot: So to make …
2
votes
4answers
117 views

How can I create a type based lookup table in order to implement multiple-dispatch in C++?

I'm attempting to make a messaging system in which any class derived from "Messageable" can receive messages based on how the function handleMessage() is overloaded. For example: class Messageable …
0
votes
2answers
39 views

how to initialize UITableView? Both from XIB and programmatically?

Hi all, I have a simple request that I have spent much time on (embarrassingly).. I have sub-classed a UITableView to add some functionality. These new features require things like NSMutableSet …
0
votes
2answers
42 views

DB Architecture : Linking to intersection or to main tables?

Hi, I'm creating fantasy football system on my website but i'm very confuse about how I should link some of my table. Tables The main table is Pool which have all the info about the ruling of the …
1
vote
1answer
31 views

jQuery - Append <th> Class to <td> in the Same Column

I've been searching all over the net for hours now but I still can't figure this out. <table> <tr> <th class="name">Name</th> <th …
0
votes
1answer
39 views

In Lua, how do I remove a table within a table?

For example: items = { [753] = { }, [192] = { }, [789] = { }, [791] = { }, [790] = { }, [776] = { }, } I would like to remove 789 and all data inside …
0
votes
2answers
29 views

mysql - table design for embeding system

I am working on an embedment section on my site where users can embed different media from various services, youtube, myspace music, vimeo etc I am trying to work out the best way to store it. Users …

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