my gridview data source is a list which takes datas from database but my sql command includes inner join and cannot cast the data and the gridview string like this OptikBOLayer.Exams but it can be string
SQL Server Express does not have the Tasks - Import Data option that other editions of SQL Server has. Has anyone come across a free tool to import data?
I understand I can use the bulk import but I have run into a security issue with it and would like a quick and a dirty way of importing a csv file to a sql express table.
Hi there,
Im having a strange problem with my custom itemRenderer in the following Methode I assign the values to the cell. The problem is, when the side.element is still empty. In this case the itemEditor will not show up by default...
override public function set data(side:Object):void{
super.data = side.element.toString();
choiceLabel.text = side.element.toString();
answer.selected = side.element.@answer;
}
Thanks for your help!
Markus
Hi Everyone:
I am wondering if there is some way to set a separate .datasource for each custom field in a TTMessageController. Right now I am using a TTMessageController subclass (and referencing the data source controller delegate) and simply setting the data source of the message controller to self. But I only believe this will work for one field with one set of options.
Thanks for any help!
From the docs:
When Core Data turns an object into a
fault, key-value observing (KVO)
change notifications (see Key-Value
Observing Programming Guide) are sent
for the object’s properties. If you
are observing properties of an object
that is turned into a fault and the
fault is subsequently realized, you
receive change notifications for
properties whose values have not in
fact changed.
So if an object turns into a fault, Core Data does send KVO notifications for changed properties? So I must always check for isFault == NO before beeing happy about the notification?
I'm building a GPS recorder app for the iPhone, and I was wondering if anyone could say why I might use the data persistence API, instead of writing data to flat files?
Hey I have PDF Form which would not let me save the data typed into it. Here is the form:
http://www.cic.gc.ca/english/pdf/kits/forms/imm0008egen.pdf
I want it to save the data typed into it so that I can email it to my relative. Any ideas? I'm using Acrobat Reader.
If I have a large amount of data in memory, what is the best way to copy it into a SQL CE table? The current technology stack is C#, ADO.net, and SQL CE.
My initial idea was to do one INSERT statement for each row of data, but this is time-consuming. Is there an easier way?
Can anyone think of a (preferably quick) way to move the data() attached to a DOM element to a new instance of itself?
The lightbox plugin I'm using deletes and re-appends and element to the page in order to display it in the lightbox (to aviod the multiple-ids issue that ASP.net has), and obviously the .data() that is attached to the element is lost when this happens.
Hi.
I have 2 datagrids with data that binds at loadtime in xaml. Then I have a button that inserts a row in the database, but rows aren't added to the datagrids when I press the button.
I would like a fix that doesn't just add a gridrow, but actually refreshes the data and fetches the new row from the db.
I'm using riaservices, so if that opens up to any tools that can help me, please let me know?
thx in advance :D
Hi there,
I am wanting to sync data between a sql 2008 db and some sql ce.
Its only a one way requirement so when data is updated in the main sql server the updates are sent to the ce databases.
Is this easy to setup with the sync framework. I was able to find a demo however I couldnt compile it
I am using orbeon to process my xforms. I am attempting to create a data grid that I can use to copy and paste rows/columns of data from my clipboard (excel).
Do you have any clue how I can implement this?
i want to print a web page using datagrid to show data. i prints data but does not repeat header in next page . i want to get header repeated in each page .
how can i do it in datagrid .
i can it using style break in table head but cann't in datagrid.
plz help
i want to delete all the data rows in the table. but without dropping the table. delete statement has a where clause so i have to give one by one for each row. is there any other way of deleting the whole data rows in the table.
this is Oracle and using sqlplus
Hi all,
I need your suggestion for this.
I need to add data to mysql database through the admin interface, at initial i need to add data in bulk, so i thought of using csv upload but how to add images with csv i.e. when doing single add i insert name , description and a image via a form, but how to do the same for bulk.
Thanks in advance.
Are there any known regular expressions out there to validate credit card track 1 and track 2 data?
EDIT:
Track 1 and Track 2 are the data tracks that are read from credit cards. See the Financial Cards section at http://en.wikipedia.org/wiki/Magnetic_stripe_card
I am actually stuck in 3-tier structure? I surfed the internet and found two terminology "Data Abstraction Layer" & "Data Access Layer".
What are the differences among them?
Hi all,
I am writing a small script by Python to connect and post content to my WordPress blog. It's pretty straightforward with https://github.com/maxcutler/python-wordpress-xmlrpc
However, when i tried to input a HTML data, for example:
<b>Hello</b>
It appears exactly in the WordPress post (I watch it from the visual editor, and I need to re-format it by copying the data to HTML mode to have the expected result.
What should I do with my python script ?
Thank you very much
I have a funny little situation on my hands.
I have a httpModule on my hands that I have to feed with context relative data.
That means that on the page I have to set something that the HttpModule can then react on. If possible I would like to avoid having call context data in the session.
Any bright ideas out there.
thx for the answer.
My application use the SDCard to store data (about 100 Mb of stuff). I would like to delete these file when the application is deleted through the application manager and offer a way to clear the data from there (like the Google Apps does). Any ideas ?
I am having database in .dbf (Foxpro) formate.
1) How to retrieve data from Foxpro using Java.
2) If the data can be migrated to MySql, How to do the conversion. Pls help me.
Hello, after reading through a couple similar Qs/As I haven't quite found the solution I'm looking for. The table data I have is GROUP BY DATE(timestamp) and returning a count, example result:
[timestamp] = 2010-05-12 20:18:36
[count] = 10
[timestamp] = 2010-05-14 10:10:10
[count] = 8
Without using a temporary table, or calendar table is there a way to fill in those missing dates? so that with the same table data would return (adding the bold row):
[timestamp] = 2010-05-12 20:18:36
[count] = 10
[timestamp] = 2010-05-13 00:00:00
[count] = 0
[timestamp] = 2010-05-14 10:10:10
[count] = 8
Thanks!
hello all
i have a problem, i have some data in Datacontext and i want to fetch this data how can i achive it
thanks in advance
shashank
button1.DataContext = new DataView(tablename, "field1 in (" + stringbuilder.ToString() + "0)", "field1", DataViewRowState.CurrentRows);
Hi
I need to get data from my database which is a .dbf file. Is it possible to fetch data from the same to the iphone. How is it done? Please help needed.
Thanks,
Shibin